simonduerr commited on
Commit
6cc33e5
1 Parent(s): 075e317

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- git+https://github.com/pyg-team/pytorch_geometric.git@2.1.0
2
- https://data.pyg.org/whl/torch-1.13.1%2Bcu118/torch_scatter-2.1.0%2Bpt112cu118-cp38-cp38-linux_x86_64.whl
3
- https://data.pyg.org/whl/torch-1.13.1%2Bcu118/torch_sparse-0.6.16%2Bpt112cu118-cp38-cp38-linux_x86_64.whl
4
- https://data.pyg.org/whl/torch-1.13.1%2Bcu118/torch_cluster-1.6.0%2Bpt112cu118-cp38-cp38-linux_x86_64.whl
5
- https://data.pyg.org/whl/torch-1.13.1%2Bcu118/torch_spline_conv-1.2.1%2Bpt112cu118-cp38-cp38-linux_x86_64.whl
6
- -f https://data.pyg.org/whl/torch-1.13.1+cu118.html
 
 
1
+ torch_geometric
2
+ pyg_lib
3
+ torch_scatter
4
+ torch_sparse
5
+ torch_cluster
6
+ torch_spline_conv
7
+ -f https://data.pyg.org/whl/torch-2.1.0+cu118.html