Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
scikit-learn == 1.4.2
|
| 10 |
-
matplotlib
|
|
|
|
| 1 |
+
torch>=2.11.0,<3.0.0
|
| 2 |
+
torchvision>=0.15.2,<1.0.0
|
| 3 |
+
gradio[oauth]==5.23.1
|
| 4 |
+
numpy>=1.25.0,<2.0
|
| 5 |
+
pandas>=2.1.0,<3.0
|
| 6 |
+
scikit-learn>=1.4.0,<2.0
|
| 7 |
+
joblib>=1.2.0,<2.0
|
| 8 |
+
Pillow>=10.0.0,<11.0
|
|
|
|
|
|