Spaces:
Sleeping
Sleeping
thuonguyenvan commited on
Commit ·
037e196
1
Parent(s): e4b5025
Fix: Constrain numpy to <2 for PyTorch compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -7,4 +7,4 @@ timm==0.9.12
|
|
| 7 |
Pillow==10.1.0
|
| 8 |
requests==2.31.0
|
| 9 |
pydantic==2.5.0
|
| 10 |
-
numpy
|
|
|
|
| 7 |
Pillow==10.1.0
|
| 8 |
requests==2.31.0
|
| 9 |
pydantic==2.5.0
|
| 10 |
+
numpy<2
|