forked from Ysz2022/NeRCo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yaml
65 lines (65 loc) · 1.54 KB
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: NeRCo
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2023.05.30=h06a4308_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.4.4=h6a678d5_0
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- ncurses=6.4=h6a678d5_0
- openssl=3.0.9=h7f8727e_0
- pip=23.1.2=py38h06a4308_0
- python=3.8.17=h955ad1f_0
- readline=8.2=h5eee18b_0
- setuptools=67.8.0=py38h06a4308_0
- sqlite=3.41.2=h5eee18b_0
- tk=8.6.12=h1ccaba5_0
- wheel=0.38.4=py38h06a4308_0
- xz=5.4.2=h5eee18b_0
- zlib=1.2.13=h5eee18b_0
- pip:
- certifi==2023.5.7
- charset-normalizer==3.1.0
- contourpy==1.1.0
- cycler==0.11.0
- dominate==2.8.0
- fonttools==4.40.0
- ftfy==6.1.1
- idna==3.4
- imageio==2.31.1
- importlib-resources==5.12.0
- jsonpatch==1.33
- jsonpointer==2.4
- kiwisolver==1.4.4
- lazy-loader==0.3
- matplotlib==3.7.1
- networkx==3.1
- numpy==1.24.4
- opencv-python==4.8.0.74
- packaging==23.1
- pillow==10.0.0
- pyparsing==3.1.0
- python-dateutil==2.8.2
- pywavelets==1.4.1
- pyyaml==6.0
- regex==2023.6.3
- requests==2.31.0
- scikit-image==0.21.0
- scikit-video==1.1.11
- scipy==1.10.1
- six==1.16.0
- tifffile==2023.7.4
- torch==1.12.0
- torchvision==0.13.0
- tornado==6.3.2
- tqdm==4.65.0
- typing-extensions==4.7.1
- urllib3==2.0.3
- visdom==0.2.4
- wcwidth==0.2.6
- websocket-client==1.6.1
- zipp==3.15.0