Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
biopython==1.79
|
2 |
imageio==2.19.2
|
3 |
networkx==2.8.4
|
4 |
-
|
5 |
-
torchvision==0.12.0
|
6 |
-
torchaudio==0.11.0
|
7 |
pandas==1.4.2
|
8 |
pytorch-lightning==1.6.3
|
|
|
9 |
scipy==1.7.3
|
10 |
scikit-learn==1.0.1
|
|
|
|
|
|
|
11 |
tqdm==4.64.0
|
|
|
1 |
biopython==1.79
|
2 |
imageio==2.19.2
|
3 |
networkx==2.8.4
|
4 |
+
openbabel==3.0.0
|
|
|
|
|
5 |
pandas==1.4.2
|
6 |
pytorch-lightning==1.6.3
|
7 |
+
rdkit-pypi==2022.3.2
|
8 |
scipy==1.7.3
|
9 |
scikit-learn==1.0.1
|
10 |
+
torch==1.11.0
|
11 |
+
torchvision==0.12.0
|
12 |
+
torchaudio==0.11.0
|
13 |
tqdm==4.64.0
|