Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
numpy
|
| 2 |
-
pandas
|
| 3 |
-
statsmodels
|
| 4 |
-
scikit-learn
|
| 5 |
-
tensorflow
|
| 6 |
-
gradio
|
|
|
|
| 1 |
+
numpy>=1.21.0
|
| 2 |
+
pandas>=1.3.0
|
| 3 |
+
statsmodels>=0.13.0
|
| 4 |
+
scikit-learn>=1.0.0
|
| 5 |
+
tensorflow>=2.6.0
|
| 6 |
+
gradio>=3.0.0
|