From 32e04a86f486ffa553dc9e011eb031b28b85e3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:01:19 +0100 Subject: [PATCH] Update jaxlib requirement from <=0.4.21 to <=0.4.23 (#12593) Updates the requirements on [jaxlib](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...jaxlib-v0.4.23) --- updated-dependencies: - dependency-name: jaxlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ef1dc43dee4..a1b18c713ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ 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 - "jaxlib<=0.4.21", # 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)