leonelhs commited on
Commit
355c100
·
verified ·
1 Parent(s): 907ffa5

Update requirements.txt

Browse files

human pose estimator is not compatible whit Numpy 2.0

Files changed (1) hide show
  1. 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