Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -15
requirements.txt
CHANGED
|
@@ -1,15 +1,6 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
gradio==4.7.1
|
| 8 |
-
|
| 9 |
-
# Data Handling
|
| 10 |
-
pandas==2.0.3
|
| 11 |
-
|
| 12 |
-
# Additional dependencies that might be needed
|
| 13 |
-
matplotlib>=3.7.0
|
| 14 |
-
opencv-python>=4.8.0
|
| 15 |
-
scikit-learn>=1.3.0
|
|
|
|
| 1 |
+
# Tested compatible versions for Gradio + TensorFlow
|
| 2 |
+
gradio>=4.0.0,<5.0.0
|
| 3 |
+
tensorflow>=2.13.0,<2.16.0
|
| 4 |
+
numpy>=1.21.0,<2.0.0
|
| 5 |
+
Pillow>=9.0.0
|
| 6 |
+
pandas>=1.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|