ASI-Engineer commited on
Commit
01b325b
·
verified ·
1 Parent(s): a501b6c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
  # Minimal requirements for HF Spaces deployment
2
- # Only the dependencies needed for app.py
3
  gradio>=5.9.0
4
  huggingface-hub>=0.27.0
5
  joblib>=1.4.0
 
 
 
 
 
1
  # Minimal requirements for HF Spaces deployment
2
+ # Only the dependencies needed for app.py and model loading
3
  gradio>=5.9.0
4
  huggingface-hub>=0.27.0
5
  joblib>=1.4.0
6
+ scikit-learn>=1.6.0
7
+ imbalanced-learn>=0.13.0
8
+ xgboost>=2.1.0
9
+ numpy>=2.0.0