Spaces:
Running
Running
package changes
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio
|
2 |
gradio_molecule3d
|
|
|
3 |
lightning==2.*
|
4 |
biopython==1.79
|
5 |
numpy==1.21
|
@@ -10,7 +11,7 @@ tqdm==4.62.2
|
|
10 |
typing-extensions
|
11 |
wandb==0.12.21
|
12 |
modelcif==0.7
|
13 |
-
rdkit
|
14 |
awscli
|
15 |
ml-collections
|
16 |
aria2
|
|
|
1 |
gradio
|
2 |
gradio_molecule3d
|
3 |
+
setuptools
|
4 |
lightning==2.*
|
5 |
biopython==1.79
|
6 |
numpy==1.21
|
|
|
11 |
typing-extensions
|
12 |
wandb==0.12.21
|
13 |
modelcif==0.7
|
14 |
+
rdkit>=1.21
|
15 |
awscli
|
16 |
ml-collections
|
17 |
aria2
|