ayousanz commited on
Commit
805cd4d
·
1 Parent(s): 2767601

Fix: pin numpy<2 for xtcocotools binary compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -15,6 +15,8 @@ mmengine>=0.10.0
15
  mmdet>=3.0.0
16
 
17
  # mmpose required dependencies (excluding chumpy) - install BEFORE mmpose
 
 
18
  scipy
19
  matplotlib
20
  json_tricks
 
15
  mmdet>=3.0.0
16
 
17
  # mmpose required dependencies (excluding chumpy) - install BEFORE mmpose
18
+ # Pin numpy<2 for xtcocotools binary compatibility
19
+ numpy<2
20
  scipy
21
  matplotlib
22
  json_tricks