ash47 commited on
Commit
200bac2
·
verified ·
1 Parent(s): a9179eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -7
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
- fastapi
2
- uvicorn
3
- scikit-learn==1.2.2
4
- pandas>=1.5.0
5
- numpy==1.23.5
6
- joblib>=1.2.0
7
- huggingface_hub
 
 
 
 
1
+ fastapi==0.115.12
2
+ uvicorn>=0.20.0
3
+ pydantic==2.11.5
4
+ scikit-learn==1.6.1
5
+ numpy==2.0.2
6
+ pandas==2.2.2
7
+ joblib==1.5.1
8
+ requests==2.32.3
9
+ python-multipart
10
+ huggingface_hub