Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.4.0
|
| 2 |
+
torch_geometric==2.6.1
|
| 3 |
+
rdkit==2025.3.6
|
| 4 |
+
gradio==5.49.1
|
| 5 |
+
numpy==1.26.4
|
| 6 |
+
matplotlib==3.8.4
|
| 7 |
+
Pillow==9.4.0
|
| 8 |
+
pandas==2.1.4
|
| 9 |
+
huggingface_hub==1.11.0
|