muthuk1 commited on
Commit
227eb8e
·
verified ·
1 Parent(s): 3051420

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ xgboost>=3.0.0
2
+ lightgbm>=4.0.0
3
+ scikit-learn>=1.5.0
4
+ numpy>=2.0.0
5
+ pandas>=2.0.0
6
+ joblib>=1.4.0
7
+ fastapi>=0.115.0
8
+ uvicorn>=0.34.0
9
+ pydantic>=2.0.0