Pin numpy<=2.0.0 on macOS (#17221)
This commit is contained in:
parent
e1e54602df
commit
da1bf9d79d
2 changed files with 3 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ classifiers = [
|
|||
|
||||
# Required dependencies ------------------------------------------------------------------------------------------------
|
||||
dependencies = [
|
||||
"numpy>=1.23.0", # temporary patch for compat errors https://github.com/ultralytics/yolov5/actions/runs/9538130424/job/26286956354
|
||||
"numpy>=1.23.0",
|
||||
"numpy<2.0.0; sys_platform == 'darwin'", # macOS OpenVINO errors https://github.com/ultralytics/ultralytics/pull/17221
|
||||
"matplotlib>=3.3.0",
|
||||
"opencv-python>=4.6.0",
|
||||
"pillow>=7.1.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue