forked from horsedayday/DualGCN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
104 lines (104 loc) · 2.79 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
name: DualGCN36GPU
channels:
- anaconda
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- backports=1.0=pyhd8ed1ab_3
- backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
- ca-certificates=2022.12.7=ha878542_0
- certifi=2016.9.26=py36_0
- cudatoolkit=10.0.130=0
- cudnn=7.6.5=cuda10.0_0
- decorator=5.1.1=pyhd8ed1ab_0
- entrypoints=0.4=pyhd8ed1ab_0
- ipykernel=5.5.5=py36hcb3619a_0
- ipython=5.8.0=py36_1
- ipython_genutils=0.2.0=py_1
- jupyter_client=5.3.4=py36_0
- jupyter_core=4.5.0=py_0
- ld_impl_linux-64=2.40=h41732ed_0
- libffi=3.4.2=h7f98852_5
- libgcc-ng=12.2.0=h65d4601_19
- libgomp=12.2.0=h65d4601_19
- libnsl=2.0.0=h7f98852_0
- libsodium=1.0.18=h36c2ea0_1
- libsqlite=3.40.0=h753d276_0
- libstdcxx-ng=12.2.0=h46fd767_19
- libzlib=1.2.13=h166bdaf_4
- ncurses=6.3=h27087fc_1
- openssl=1.1.1t=h0b41bf4_0
- pexpect=4.8.0=pyh1a96a4e_2
- pickleshare=0.7.5=py_1003
- pip=20.0.2=py36_1
- prompt_toolkit=1.0.15=py_1
- ptyprocess=0.7.0=pyhd3deb0d_0
- pygments=2.12.0=pyhd8ed1ab_0
- python=3.6.15=hb7a2778_0_cpython
- python-dateutil=2.8.2=pyhd8ed1ab_0
- python_abi=3.6=2_cp36m
- pyzmq=19.0.2=py36h9947dbf_2
- readline=8.2=h8228510_1
- setuptools=49.6.0=py36h5fab9bb_3
- simplegeneric=0.8.1=py_1
- six=1.16.0=pyh6c4a22f_0
- sqlite=3.40.0=h4ff8645_0
- tk=8.6.12=h27826a3_0
- tornado=6.1=py36h8f6f2f9_1
- traitlets=4.3.3=pyhd8ed1ab_2
- wcwidth=0.2.6=pyhd8ed1ab_0
- wheel=0.34.2=py36_0
- xz=5.2.6=h166bdaf_0
- zeromq=4.3.4=h9c3ff4c_1
- zlib=1.2.13=h166bdaf_4
- pip:
- absl-py==1.4.0
- astor==0.8.1
- astropy==4.1
- cached-property==1.5.2
- candle==0.0.1
- charset-normalizer==2.0.12
- cycler==0.11.0
- dataclasses==0.8
- deepchem==2.4.0
- dill==0.3.4
- gast==0.5.3
- grpcio==1.48.2
- h5py==2.10.0
- hickle==5.0.2
- idna==3.4
- importlib-metadata==4.8.3
- importlib-resources==5.4.0
- joblib==1.1.1
- keras==2.1.4
- keras-applications==1.0.8
- keras-preprocessing==1.1.2
- kiwisolver==1.3.1
- markdown==3.3.7
- matplotlib==3.3.4
- mock==5.0.1
- numpy==1.19.5
- pandas==1.1.5
- patsy==0.5.3
- pillow==8.4.0
- protobuf==3.19.0
- pyparsing==3.0.9
- pytz==2022.7.1
- pyyaml==6.0
- requests==2.27.1
- scikit-learn==0.24.2
- scipy==1.5.4
- statsmodels==0.12.2
- tensorboard==1.13.1
- tensorflow-estimator==1.13.0
- tensorflow-gpu==1.13.1
- termcolor==1.1.0
- threadpoolctl==3.1.0
- tqdm==4.64.1
- typing-extensions==4.1.1
- urllib3==1.26.15
- werkzeug==2.0.3
- zipp==3.6.0
prefix: /homes/ac.cesarasa/miniconda3/envs/DualGCN36GPU