Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
-
torch>=2.1.0
|
| 3 |
-
torchvision>=0.16.0
|
| 4 |
-
numpy>=1.24.3
|
| 5 |
-
rdkit>=2023.09.5
|
| 6 |
-
matplotlib>=3.7.1
|
| 7 |
-
scikit-learn>=1.2.2
|
| 8 |
-
pillow>=10.0.0
|
| 9 |
-
torch_geometric>=2.4.0
|
|
|
|
| 1 |
+
gradio>=4.00.0
|
| 2 |
+
torch>=2.1.0
|
| 3 |
+
torchvision>=0.16.0
|
| 4 |
+
numpy>=1.24.3
|
| 5 |
+
rdkit>=2023.09.5
|
| 6 |
+
matplotlib>=3.7.1
|
| 7 |
+
scikit-learn>=1.2.2
|
| 8 |
+
pillow>=10.0.0
|
| 9 |
+
torch_geometric>=2.4.0
|