Spaces:
Sleeping
Sleeping
fix: pin numpy to 1.26.4 — numpy 2.x breaks torchvision 0.17.2 ToTensor
Browse files- requirements-deploy.txt +1 -1
requirements-deploy.txt
CHANGED
|
@@ -2,7 +2,7 @@ fastapi==0.115.12
|
|
| 2 |
uvicorn[standard]==0.34.0
|
| 3 |
python-multipart==0.0.9
|
| 4 |
pydantic==2.11.3
|
| 5 |
-
numpy==
|
| 6 |
pillow==11.1.0
|
| 7 |
timm>=0.9.0
|
| 8 |
opencv-python-headless>=4.8.0
|
|
|
|
| 2 |
uvicorn[standard]==0.34.0
|
| 3 |
python-multipart==0.0.9
|
| 4 |
pydantic==2.11.3
|
| 5 |
+
numpy==1.26.4
|
| 6 |
pillow==11.1.0
|
| 7 |
timm>=0.9.0
|
| 8 |
opencv-python-headless>=4.8.0
|