diff --git a/docs/mkdocs_github_authors.yaml b/docs/mkdocs_github_authors.yaml index 4d854b1d..2393f083 100644 --- a/docs/mkdocs_github_authors.yaml +++ b/docs/mkdocs_github_authors.yaml @@ -109,6 +109,9 @@ abirami.vina@gmail.com: ahmelsamahy@gmail.com: avatar: https://avatars.githubusercontent.com/u/10195309?v=4 username: Ahelsamahy +alexis.barou@ultralytics.com: + avatar: https://avatars.githubusercontent.com/u/195105218?v=4 + username: https://github.com/LexBarou andrei.kochin@intel.com: avatar: https://avatars.githubusercontent.com/u/72827868?v=4 username: andrei-kochin diff --git a/pyproject.toml b/pyproject.toml index d0ab553d..58e9c448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,6 @@ classifiers = [ # Required 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<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",