Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
torch==1.13.1
|
2 |
rdkit-pypi==2022.9.5
|
3 |
tqdm
|
4 |
-
numpy
|
5 |
seaborn
|
6 |
matplotlib
|
7 |
pandas
|
8 |
-
torch_geometric
|
9 |
-
|
|
|
10 |
chembl_structure_pipeline==1.2.2
|
11 |
torchtext==0.6.0
|
12 |
wandb
|
|
|
1 |
torch==1.13.1
|
2 |
rdkit-pypi==2022.9.5
|
3 |
tqdm
|
4 |
+
numpy==1.23.1
|
5 |
seaborn
|
6 |
matplotlib
|
7 |
pandas
|
8 |
+
torch_geometric==2.2.0
|
9 |
+
pytorch-sparse==0.6.15
|
10 |
+
scipy=1.9.3
|
11 |
chembl_structure_pipeline==1.2.2
|
12 |
torchtext==0.6.0
|
13 |
wandb
|