Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse fileshuman pose estimator is not compatible whit Numpy 2.0
- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
torch>=1.4.0
|
2 |
-
numpy
|
3 |
-
opencv-python
|
4 |
human-pose-estimator
|
|
|
1 |
torch>=1.4.0
|
2 |
+
numpy==1.26.4
|
|
|
3 |
human-pose-estimator
|