-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
32 lines (32 loc) · 887 Bytes
/
environment.yml
File metadata and controls
32 lines (32 loc) · 887 Bytes
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
name: pmlrgraphs20
channels:
- pytorch
- conda-forge
- defaults
dependencies:
# Created by running the following commands on Linux, macOS and Windows, then taking the common subset of dependencies.
# conda create -n ntds_2019 python=3.7 jupyterlab git numpy scipy matplotlib-base pandas networkx pygsp scikit-learn pytorch cpuonly dgl requests -c dglteam -c pytorch -c conda-forge -c defaults --override-channels
# conda env export --no-builds -n ntds_2019 > environment_linux.yml
- pip
- pandas
- matplotlib
- scikit-learn
- spyder
- pytest
- jupyter
- networkx
- pytorch
- torchvision
#- cudatoolkit=10.1
- cpuonly # replace cpuonly with your cuda version for GPU support
- future
- pillow
- tensorboard
- seaborn
- pip:
- h5py
- torch-cluster
- torch-geometric
- torch-scatter
- torch-sparse
- torch-spline-conv