-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.yml
72 lines (71 loc) · 1.46 KB
/
environment.yml
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
66
67
68
69
70
71
72
name: torch
channels:
- defaults
- conda-forge
dependencies:
- ca-certificates=2020.10.14
- certifi=2020.6.20
- libcxx=10.0.0
- libedit=3.1.20191231
- libffi=3.3
- ncurses=6.2
- openssl=1.1.1h
- pip=20.2.4
- python=3.7.9
- readline=8.0
- setuptools=50.3.0
- sqlite=3.33.0
- tk=8.6.10
- wheel=0.35.1
- xz=5.2.5
- zlib=1.2.11
- pip:
- absl-py==0.10.0
- ase==3.20.1
- cachetools==4.1.1
- chardet==3.0.4
- cycler==0.10.0
- decorator==4.4.2
- future==0.18.2
- google-auth==1.22.1
- google-auth-oauthlib==0.4.1
- googledrivedownloader==0.4
- grpcio==1.33.1
- h5py==2.10.0
- idna==2.10
- importlib-metadata==2.0.0
- isodate==0.6.0
- jinja2==2.11.2
- joblib==0.17.0
- kiwisolver==1.2.0
- llvmlite==0.34.0
- markdown==3.3.2
- markupsafe==1.1.1
- matplotlib==3.3.2
- networkx==2.5
- numba==0.51.2
- numpy==1.19.2
- oauthlib==3.1.0
- pandas==1.1.3
- pillow==8.0.1
- protobuf==3.13.0
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pyparsing==2.4.7
- python-dateutil==2.8.1
- pytz==2020.1
- rdflib==5.0.0
- requests==2.24.0
- requests-oauthlib==1.3.0
- rsa==4.6
- scikit-learn==0.23.2
- scipy==1.5.3
- six==1.15.0
- tensorboard==2.3.0
- tensorboard-plugin-wit==1.7.0
- threadpoolctl==2.1.0
- torch==1.6.0
- tqdm==4.50.2
- urllib3==1.25.11
- werkzeug==1.0.1
- zipp==3.3.2