From 8bcf216ea34caf23eec59e21a7b5b1b886043ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:21:40 +0000 Subject: [PATCH] Update tensorflow requirement from <=2.13.1 to <=2.15.0.post1 Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) --- updated-dependencies: - dependency-name: tensorflow 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 80bb50a4cc9..2472e7b5bb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ export = [ "onnx>=1.12.0", # ONNX 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 + "tensorflow<=2.15.0.post1", # 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 "tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow