Pin numpy<=2.1.1 to resolve failing --slow CI (#18943)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
9d282ddeee
commit
b91af4d3b0
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ classifiers = [
|
|||
|
||||
# Required dependencies ------------------------------------------------------------------------------------------------
|
||||
dependencies = [
|
||||
"numpy>=1.23.0",
|
||||
"numpy>=1.23.0,<=2.1.1", # OpenVINO and TFLite errors on '--slow' CI Tests https://github.com/ultralytics/ultralytics/pull/18943
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue