Skip to content

Commit 244e8b4

Browse files
committed
fix conda yaml files
1 parent b6c4077 commit 244e8b4

File tree

2 files changed

+66
-76
lines changed

2 files changed

+66
-76
lines changed

environment_cpu.yml

Lines changed: 32 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,38 @@
11
name: benchmark_gnn
2-
channels:
3-
- pytorch
4-
- dglteam
5-
- conda-forge
6-
- anaconda
7-
- defaults
82
dependencies:
9-
- python=3.7.4
10-
- python-dateutil=2.8.0
11-
- pip=19.2.3
12-
- pytorch=1.6.0
13-
- torchvision==0.7.0
14-
- pillow==6.1
15-
- dgl=0.6.1
16-
- numpy=1.19.2
17-
- matplotlib=3.1.0
18-
- tensorboard=1.14.0
19-
- tensorboardx=1.8
20-
- future=0.18.2
21-
- absl-py
22-
- networkx=2.3
23-
- scikit-learn=0.21.2
24-
- scipy=1.3.0
25-
- notebook=6.0.0
26-
- h5py=2.9.0
27-
- mkl=2019.4
28-
- ipykernel=5.1.2
29-
- ipython=7.7.0
30-
- ipython_genutils=0.2.0
31-
- ipywidgets=7.5.1
32-
- jupyter=1.0.0
33-
- jupyter_client=5.3.1
34-
- jupyter_console=6.0.0
35-
- jupyter_core=4.5.0
36-
- plotly=4.1.1
37-
- scikit-image=0.15.0
38-
- requests==2.22.0
39-
- tqdm==4.43.0
3+
- python==3.7
4+
- pip
405
- pip:
6+
- python-dateutil==2.8.0
7+
- torch==1.6.0
8+
- torchvision==0.7.0
9+
- pillow==6.1
10+
- dgl==0.6.1
11+
- numpy==1.19.2
12+
- matplotlib==3.1.0
13+
- future==0.18.2
14+
- absl-py
15+
- networkx==2.3
16+
- scikit-learn==0.21.2
17+
- scipy==1.4.1
18+
- notebook==6.0.0
19+
- h5py==2.9.0
20+
- mkl==2019.0 # next version 2021.1.1
21+
- ipykernel==5.1.2
22+
- ipython==7.7.0
23+
- ipython_genutils==0.2.0
24+
- ipywidgets==7.5.1
25+
- jupyter==1.0.0
26+
- jupyter_client==5.3.1
27+
- jupyter_console==6.0.0
28+
- jupyter_core==4.5.0
29+
- jupyterlab==2.3.2
30+
- plotly==4.1.1
31+
- scikit-image==0.15.0
32+
- requests==2.22.0
33+
- tqdm==4.43.0
4134
- tensorflow==2.1.0
4235
- tensorflow-estimator==2.1.0
4336
- tensorboard==2.1.1
44-
- ogb==1.2.2
37+
- tensorboardx==2.5.1
38+
- ogb==1.2.6

environment_gpu.yml

Lines changed: 34 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,43 @@
11
name: benchmark_gnn
22
channels:
3-
- pytorch
4-
- dglteam
53
- conda-forge
6-
- fragcolor
7-
- anaconda
84
- defaults
95
dependencies:
10-
- cudatoolkit=10.2
11-
- cudnn=7.6.5
12-
- python=3.7.4
13-
- python-dateutil=2.8.0
14-
- pip=19.2.3
15-
- pytorch=1.6.0
16-
- torchvision==0.7.0
17-
- pillow==6.1
18-
- dgl-cuda10.2=0.6.1
19-
- numpy=1.19.2
20-
- matplotlib=3.1.0
21-
- tensorboard=1.14.0
22-
- tensorboardx=1.8
23-
- future=0.18.2
24-
- absl-py
25-
- networkx=2.3
26-
- scikit-learn=0.21.2
27-
- scipy=1.3.0
28-
- notebook=6.0.0
29-
- h5py=2.9.0
30-
- mkl=2019.4
31-
- ipykernel=5.1.2
32-
- ipython=7.7.0
33-
- ipython_genutils=0.2.0
34-
- ipywidgets=7.5.1
35-
- jupyter=1.0.0
36-
- jupyter_client=5.3.1
37-
- jupyter_console=6.0.0
38-
- jupyter_core=4.5.0
39-
- plotly=4.1.1
40-
- scikit-image=0.15.0
41-
- requests==2.22.0
42-
- tqdm==4.43.0
6+
- python==3.7
7+
- pip
8+
- cudatoolkit==10.2
9+
- cudnn==7.6.5
4310
- pip:
11+
- python-dateutil==2.8.0
12+
- torch==1.6.0
13+
- torchvision==0.7.0
14+
- pillow==6.1
15+
- dgl-cuda10.2==0.6.1
16+
- numpy==1.19.2
17+
- matplotlib==3.1.0
18+
- future==0.18.2
19+
- absl-py
20+
- networkx==2.3
21+
- scikit-learn==0.21.2
22+
- scipy==1.4.1
23+
- notebook==6.0.0
24+
- h5py==2.9.0
25+
- mkl==2019.0 # next version 2021.1.1
26+
- ipykernel==5.1.2
27+
- ipython==7.7.0
28+
- ipython_genutils==0.2.0
29+
- ipywidgets==7.5.1
30+
- jupyter==1.0.0
31+
- jupyter_client==5.3.1
32+
- jupyter_console==6.0.0
33+
- jupyter_core==4.5.0
34+
- jupyterlab==2.3.2
35+
- plotly==4.1.1
36+
- scikit-image==0.15.0
37+
- requests==2.22.0
38+
- tqdm==4.43.0
4439
- tensorflow-gpu==2.1.0
4540
- tensorflow-estimator==2.1.0
4641
- tensorboard==2.1.1
47-
- ogb==1.2.2
42+
- tensorboardx==2.5.1
43+
- ogb==1.2.6

0 commit comments

Comments
 (0)