From 3f845cbc5c49d9f6a8ea921e48e9575e96cfa2ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:02:00 +0000 Subject: [PATCH 1/2] Update jax requirement from <=0.4.21 to <=0.4.23 Updates the requirements on [jax](https://github.com/google/jax) to permit the latest version. - [Release notes](https://github.com/google/jax/releases) - [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/jax/compare/jaxlib-v0.1.32...jax-v0.4.23) --- updated-dependencies: - dependency-name: jax dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1b18c713ddb..0fef6212aece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ export = [ "coremltools>=7.0", # CoreML export "openvino-dev>=2023.0", # OpenVINO export "tensorflow<=2.13.1", # TF bug https://github.com/ultralytics/ultralytics/issues/5161 - "jax<=0.4.21", # tensorflowjs bug https://github.com/google/jax/issues/18978 + "jax<=0.4.23", # tensorflowjs bug https://github.com/google/jax/issues/18978 "jaxlib<=0.4.23", # tensorflowjs bug https://github.com/google/jax/issues/18978 "tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow ] From aa7cf8749166c0588944db787c214efd288dbd71 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 17 Jan 2024 00:03:03 +0100 Subject: [PATCH 2/2] Update pyproject.toml Signed-off-by: Glenn Jocher --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0fef6212aece..26765dfadada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,11 +96,9 @@ dev = [ ] export = [ "onnx>=1.12.0", # ONNX export - "coremltools>=7.0", # CoreML export + "coremltools>=7.0; platform_system != 'Windows'", # CoreML only supported on macOS and Linux "openvino-dev>=2023.0", # OpenVINO export "tensorflow<=2.13.1", # TF bug https://github.com/ultralytics/ultralytics/issues/5161 - "jax<=0.4.23", # tensorflowjs bug https://github.com/google/jax/issues/18978 - "jaxlib<=0.4.23", # tensorflowjs bug https://github.com/google/jax/issues/18978 "tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow ] # tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)