Spaces:
Sleeping
Sleeping
update requirements
Browse files- requirements.txt +21 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,23 @@
|
|
| 1 |
gradio
|
| 2 |
gradio_molecule3d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
gradio_molecule3d
|
| 3 |
+
python==3.9
|
| 4 |
+
setuptools==59.5.0
|
| 5 |
+
openmm==7.7
|
| 6 |
+
pdbfixer
|
| 7 |
+
lightning==2.*
|
| 8 |
+
biopython==1.79
|
| 9 |
+
numpy==1.21
|
| 10 |
+
PyYAML==5.4.1
|
| 11 |
+
requests
|
| 12 |
+
scipy==1.7
|
| 13 |
+
tqdm==4.62.2
|
| 14 |
+
typing-extensions
|
| 15 |
+
wandb==0.12.21
|
| 16 |
+
modelcif==0.7
|
| 17 |
+
awscli
|
| 18 |
+
ml-collections
|
| 19 |
+
aria2
|
| 20 |
+
rdkit==1.21
|
| 21 |
+
torch==2.3.0
|
| 22 |
+
dm-tree==0.1.6
|
| 23 |
+
git+https://github.com/NVIDIA/dllogger.git
|