Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
pandas==1.5.2
|
| 2 |
-
numpy==1.
|
| 3 |
scikit-learn==1.0.2
|
| 4 |
folium==0.12.1
|
| 5 |
gradio==3.0.0
|
|
|
|
| 1 |
pandas==1.5.2
|
| 2 |
+
numpy==1.22.4 # Use a version that is compatible with other libraries
|
| 3 |
scikit-learn==1.0.2
|
| 4 |
folium==0.12.1
|
| 5 |
gradio==3.0.0
|