AichaFaHugFace commited on
Commit
036765b
·
verified ·
1 Parent(s): c9b3d14

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- fastapi==0.115.0
2
- uvicorn[standard]==0.30.6
3
- scikit-learn==1.5.2
4
- xgboost==2.1.1
5
- pandas>=2.2.3
6
- numpy>=2.0.0
7
- joblib==1.4.2
8
- pydantic==2.9.2
9
- python-multipart==0.0.12
 
1
+ fastapi>=0.115.0
2
+ uvicorn[standard]>=0.30.6
3
+ scikit-learn==1.8.0
4
+ xgboost==3.2.0
5
+ pandas>=2.3.0
6
+ numpy>=2.4.0
7
+ joblib>=1.5.0
8
+ pydantic>=2.9.0
9
+ python-multipart>=0.0.12