Spaces:
Sleeping
Sleeping
macbook commited on
Commit ·
ba6da72
1
Parent(s): c89572a
Fix: Strictly pin numpy==1.26.4 to resolve Render crash
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,6 +4,6 @@ opencv-python-headless==4.8.1.78
|
|
| 4 |
mediapipe==0.10.31
|
| 5 |
torch>=2.1.0
|
| 6 |
torchvision>=0.16.0
|
| 7 |
-
numpy
|
| 8 |
gunicorn==21.2.0
|
| 9 |
Pillow>=10.4.0
|
|
|
|
| 4 |
mediapipe==0.10.31
|
| 5 |
torch>=2.1.0
|
| 6 |
torchvision>=0.16.0
|
| 7 |
+
numpy==1.26.4
|
| 8 |
gunicorn==21.2.0
|
| 9 |
Pillow>=10.4.0
|