Spaces:
Build error
Build error
Fix: pin numpy<2 for xtcocotools binary compatibility
Browse files- 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
|