Himadri1102 commited on
Commit
a2d165a
·
verified ·
1 Parent(s): 7982b37

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,13 +1,11 @@
1
- # Data Science Libraries (Keeping versions fixed)
2
- numpy==2.0.2
3
- pandas==2.2.2
4
- scikit-learn==1.6.1
5
- xgboost==2.1.4
6
- joblib==1.4.2
7
 
8
  # API Framework and Server
9
- # CRITICAL FIX: Upgrade Flask to a known stable version (e.g., 2.3.x or 3.x)
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