simonduerr commited on
Commit
fca3daf
1 Parent(s): fcd0404

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -19,10 +19,10 @@ sympy==1.11.1
19
  numpy==1.23.1
20
  rdkit-pypi==2022.3.5
21
  https://download.pytorch.org/whl/cu102/torch-1.12.1%2Bcu102-cp38-cp38-linux_x86_64.whl
22
- -f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-scatter
23
- -f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-sparse
24
- -f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-cluster
25
- -f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-spline-conv
26
- -f https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-geometric
27
  torchaudio==0.12.1
28
  torchvision==0.13.1
 
19
  numpy==1.23.1
20
  rdkit-pypi==2022.3.5
21
  https://download.pytorch.org/whl/cu102/torch-1.12.1%2Bcu102-cp38-cp38-linux_x86_64.whl
22
+ --find-links=https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-scatter
23
+ --find-links=https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-sparse
24
+ --find-links=https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-cluster
25
+ --find-links=https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-spline-conv
26
+ --find-links=https://data.pyg.org/whl/torch-1.12.0+cu102.html torch-geometric
27
  torchaudio==0.12.1
28
  torchvision==0.13.1