Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -3,14 +3,17 @@ fastapi==0.109.2
|
|
| 3 |
uvicorn==0.27.1
|
| 4 |
python-multipart==0.0.9
|
| 5 |
pydantic<3.0.0
|
|
|
|
| 6 |
numpy==1.26.4
|
| 7 |
umap-learn==0.5.9.post2
|
|
|
|
| 8 |
matplotlib==3.10.8
|
| 9 |
optuna==4.6.0
|
| 10 |
-
pandas==
|
| 11 |
scipy==1.17.0
|
| 12 |
seaborn==0.13.2
|
| 13 |
scikit-learn==1.4.1.post1
|
|
|
|
| 14 |
timm==1.0.24
|
| 15 |
torch==2.9.1
|
| 16 |
torchvision==0.24.1
|
|
|
|
| 3 |
uvicorn==0.27.1
|
| 4 |
python-multipart==0.0.9
|
| 5 |
pydantic<3.0.0
|
| 6 |
+
|
| 7 |
numpy==1.26.4
|
| 8 |
umap-learn==0.5.9.post2
|
| 9 |
+
|
| 10 |
matplotlib==3.10.8
|
| 11 |
optuna==4.6.0
|
| 12 |
+
pandas==2.2.3
|
| 13 |
scipy==1.17.0
|
| 14 |
seaborn==0.13.2
|
| 15 |
scikit-learn==1.4.1.post1
|
| 16 |
+
|
| 17 |
timm==1.0.24
|
| 18 |
torch==2.9.1
|
| 19 |
torchvision==0.24.1
|