Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -4,20 +4,19 @@ 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==
|
|
|
|
| 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
|
|
|
|
| 4 |
python-multipart==0.0.9
|
| 5 |
starlette==0.37.2
|
| 6 |
|
| 7 |
+
# ML / inference — must match versions used to train the .pkl files
|
| 8 |
torch==2.1.2
|
| 9 |
torchvision==0.16.2
|
| 10 |
+
numpy==2.2.6
|
| 11 |
+
scikit-learn==1.6.1
|
| 12 |
opencv-python-headless==4.9.0.80
|
| 13 |
Pillow==10.2.0
|
| 14 |
scipy==1.12.0
|
|
|
|
| 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 |
yacs==0.1.8
|
| 21 |
pytorch-lightning==2.2.1
|
| 22 |
safetensors==0.4.2
|