Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
gradio>=3.
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
scipy
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
1 |
+
gradio>=3.50
|
2 |
+
pandas>=2.0
|
3 |
+
numpy>=1.24
|
4 |
+
scipy>=1.10
|
5 |
+
tensorflow-cpu>=2.13
|
6 |
+
matplotlib>=3.7
|
7 |
+
protobuf<4.0.0 # Fix compatibility with TensorFlow
|