Upload folder using huggingface_hub
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,13 +1,11 @@
|
|
| 1 |
-
#
|
| 2 |
-
numpy
|
| 3 |
-
pandas
|
| 4 |
-
scikit-learn
|
| 5 |
-
xgboost
|
| 6 |
-
joblib
|
| 7 |
|
| 8 |
# API Framework and Server
|
| 9 |
-
#
|
| 10 |
-
flask==2.3.3 # Update to a stable 2.3 version
|
| 11 |
gunicorn==20.1.0
|
| 12 |
requests==2.28.1
|
| 13 |
-
# NOTE: Removed the explicit Werkzeug line to prevent conflicts
|
|
|
|
| 1 |
+
# Let pip find the compatible latest versions
|
| 2 |
+
numpy
|
| 3 |
+
pandas
|
| 4 |
+
scikit-learn
|
| 5 |
+
xgboost
|
| 6 |
+
joblib
|
| 7 |
|
| 8 |
# API Framework and Server
|
| 9 |
+
flask==2.3.3 # Keeping this fixed to avoid known conflicts
|
|
|
|
| 10 |
gunicorn==20.1.0
|
| 11 |
requests==2.28.1
|
|
|