Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
-
geopandas==1.0.1
|
| 2 |
-
joblib==1.5.1
|
| 3 |
-
numpy==2.0.2
|
| 4 |
-
pandas==2.2.2
|
| 5 |
-
pandas-datareader==0.10.0
|
| 6 |
-
pandas-gbq==0.29.1
|
| 7 |
-
pandas-stubs==2.2.2.240909
|
| 8 |
scikit-learn==1.6.1
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
scikit-learn==1.6.1
|
| 2 |
+
pandas==2.0.3
|
| 3 |
+
numpy==1.25.2
|
| 4 |
+
joblib==1.4.2
|
| 5 |
+
Flask==3.0.3
|
| 6 |
+
gunicorn==22.0.0
|