diff --git a/pyproject.toml b/pyproject.toml index 0ef1dc43dee4..47dc51c56bf4 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.21", # tensorflowjs bug https://github.com/google/jax/issues/18978 "tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow ]