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