Eliminate numpy<2.0.0 pin for OpenVINO on macOS (#18945)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
Glenn Jocher 2025-01-30 12:21:29 +01:00 committed by GitHub
parent aecf1da32b
commit ec622230fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -109,6 +109,9 @@ abirami.vina@gmail.com:
ahmelsamahy@gmail.com: ahmelsamahy@gmail.com:
avatar: https://avatars.githubusercontent.com/u/10195309?v=4 avatar: https://avatars.githubusercontent.com/u/10195309?v=4
username: Ahelsamahy username: Ahelsamahy
alexis.barou@ultralytics.com:
avatar: https://avatars.githubusercontent.com/u/195105218?v=4
username: https://github.com/LexBarou
andrei.kochin@intel.com: andrei.kochin@intel.com:
avatar: https://avatars.githubusercontent.com/u/72827868?v=4 avatar: https://avatars.githubusercontent.com/u/72827868?v=4
username: andrei-kochin username: andrei-kochin

View file

@ -62,7 +62,6 @@ classifiers = [
# Required dependencies ------------------------------------------------------------------------------------------------ # Required dependencies ------------------------------------------------------------------------------------------------
dependencies = [ dependencies = [
"numpy>=1.23.0,<=2.1.1", # OpenVINO and TFLite errors on '--slow' CI Tests https://github.com/ultralytics/ultralytics/pull/18943 "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", "matplotlib>=3.3.0",
"opencv-python>=4.6.0", "opencv-python>=4.6.0",
"pillow>=7.1.2", "pillow>=7.1.2",