woshixuhao
commited on
Commit
·
37d66c4
1
Parent(s):
3e0a37a
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -4,7 +4,9 @@ numpy==1.21.6
|
|
4 |
pandas==1.3.5
|
5 |
rdkit_pypi==2022.3.2.1
|
6 |
torch==1.13.0
|
7 |
-
-f https://data.pyg.org/whl/torch-1.13.0%2Bcu116.html
|
8 |
-
|
|
|
|
|
9 |
torch_geometric==2.0.4
|
10 |
|
|
|
4 |
pandas==1.3.5
|
5 |
rdkit_pypi==2022.3.2.1
|
6 |
torch==1.13.0
|
7 |
+
-f https://data.pyg.org/whl/torch-1.13.0%2Bcu116.html
|
8 |
+
torch_sparse
|
9 |
+
-f https://data.pyg.org/whl/torch-1.13.0%2Bcu116.html
|
10 |
+
torch_scatter
|
11 |
torch_geometric==2.0.4
|
12 |
|