-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
28 lines (28 loc) · 1.07 KB
/
requirements.txt
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
conda install pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 -c pytorch
conda install pyg -c pyg
pip install pandas
pip install pyvis
pip install sacred
pip install seml
pip install psutil
pip install numba
pip install dgl==0.9.0
pip install lmdb==0.98
pip install networkx==2.4
pip install scikit-learn
pip install tqdm==4.43.0
pip install SPARQLWrapper
pip install wget
pip install pyodbc
pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-2.0.0+cpu.html
pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-2.0.0+cpu.html
pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-2.0.0+cpu.html
pip install --no-index torch-spline-conv -f https://pytorch-geometric.com/whl/torch-2.0.0+cpu.html
pip install torch-geometric
pip install pystardog
pip install requests_toolbelt
pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.1.0+cpu.html
pip install torch_geometric
pip install ogb
pip install python-multipart
conda install conda-forge::zarr