Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,5 +3,6 @@ uvicorn>=0.23.2
|
|
| 3 |
python-multipart>=0.0.9
|
| 4 |
Pillow>=10.0.1
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 6 |
torch==2.0.1+cpu
|
| 7 |
torchvision==0.15.2+cpu
|
|
|
|
| 3 |
python-multipart>=0.0.9
|
| 4 |
Pillow>=10.0.1
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 6 |
+
numpy<2.0.0
|
| 7 |
torch==2.0.1+cpu
|
| 8 |
torchvision==0.15.2+cpu
|