zidea21 commited on
Commit
1dac567
·
verified ·
1 Parent(s): 6d76707

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- fastapi==0.112.2
2
- uvicorn==0.32.1
3
- pandas==2.2.3
4
- scikit-learn==1.6.1
5
- numpy==2.0.2
6
- joblib==1.4.2
7
- pydantic==2.10.3
8
- markupsafe==2.1.5
9
- anyio==4.7.0
 
 
 
1
+ fastapi==0.112.2
2
+ uvicorn==0.32.1
3
+ pandas==2.2.3
4
+ scikit-learn==1.6.1
5
+ numpy==2.0.2
6
+ joblib==1.4.2
7
+ pydantic==2.10.3
8
+ markupsafe==2.1.5
9
+ anyio==4.7.0
10
+ python-multipart
11
+