Update requirements.txt
Browse files- requirements.txt +23 -23
requirements.txt
CHANGED
|
@@ -3,33 +3,33 @@ fastapi==0.111.0
|
|
| 3 |
uvicorn==0.30.1
|
| 4 |
python-multipart==0.0.9
|
| 5 |
starlette==0.37.2
|
| 6 |
-
|
| 7 |
# ML / inference
|
| 8 |
-
torch==2.
|
| 9 |
-
torchvision==0.
|
| 10 |
-
numpy==
|
| 11 |
-
opencv-python-headless==4.
|
| 12 |
-
Pillow==
|
| 13 |
-
scipy==1.
|
| 14 |
-
scikit-learn==1.
|
| 15 |
-
joblib==1.
|
| 16 |
-
pandas==
|
| 17 |
-
timm==1.0.
|
| 18 |
-
einops==0.
|
| 19 |
smplx==0.1.28
|
| 20 |
chumpy==0.70
|
| 21 |
yacs==0.1.8
|
| 22 |
-
pytorch-lightning==2.
|
| 23 |
-
safetensors==0.
|
| 24 |
-
huggingface_hub==
|
| 25 |
-
|
| 26 |
# YOLO detector
|
| 27 |
-
ultralytics==8.
|
| 28 |
-
|
| 29 |
# MediaPipe (lightweight mode)
|
| 30 |
-
mediapipe
|
| 31 |
-
|
| 32 |
# Misc
|
| 33 |
-
psutil==
|
| 34 |
-
PyYAML==6.0.
|
| 35 |
-
requests==2.
|
|
|
|
| 3 |
uvicorn==0.30.1
|
| 4 |
python-multipart==0.0.9
|
| 5 |
starlette==0.37.2
|
| 6 |
+
|
| 7 |
# ML / inference
|
| 8 |
+
torch==2.1.2
|
| 9 |
+
torchvision==0.16.2
|
| 10 |
+
numpy==1.26.4
|
| 11 |
+
opencv-python-headless==4.9.0.80
|
| 12 |
+
Pillow==10.2.0
|
| 13 |
+
scipy==1.12.0
|
| 14 |
+
scikit-learn==1.4.2
|
| 15 |
+
joblib==1.3.2
|
| 16 |
+
pandas==2.2.1
|
| 17 |
+
timm==1.0.3
|
| 18 |
+
einops==0.7.0
|
| 19 |
smplx==0.1.28
|
| 20 |
chumpy==0.70
|
| 21 |
yacs==0.1.8
|
| 22 |
+
pytorch-lightning==2.2.1
|
| 23 |
+
safetensors==0.4.2
|
| 24 |
+
huggingface_hub==0.21.4
|
| 25 |
+
|
| 26 |
# YOLO detector
|
| 27 |
+
ultralytics==8.1.47
|
| 28 |
+
|
| 29 |
# MediaPipe (lightweight mode)
|
| 30 |
+
mediapipe==0.10.11
|
| 31 |
+
|
| 32 |
# Misc
|
| 33 |
+
psutil==5.9.8
|
| 34 |
+
PyYAML==6.0.1
|
| 35 |
+
requests==2.31.0
|