From a67f7a3f60c3e8d5fae2863d36218bf62c98fdf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:02:21 +0000 Subject: [PATCH 1/2] Update tensorflow requirement from <=2.16.1 to <=2.16.2 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/v2.16.2/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/tflite-v0.1.7...v2.16.2) --- 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 12ccf70950..a7d34bf3ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ export = [ "onnx>=1.12.0", # ONNX export "coremltools>=7.0; platform_system != 'Windows'", # CoreML only supported on macOS and Linux "openvino-dev>=2023.0", # OpenVINO export - "tensorflow<=2.16.1", # TF bug https://github.com/ultralytics/ultralytics/issues/5161 + "tensorflow<=2.16.2", # TF bug https://github.com/ultralytics/ultralytics/issues/5161 "tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow ] # tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos) From 0e107ba86441143fc8465deb44e47f9a572d6328 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 8 Jul 2024 19:38:47 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7d34bf3ae..faa679f7a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ export = [ "onnx>=1.12.0", # ONNX export "coremltools>=7.0; platform_system != 'Windows'", # CoreML only supported on macOS and Linux "openvino-dev>=2023.0", # OpenVINO export - "tensorflow<=2.16.2", # TF bug https://github.com/ultralytics/ultralytics/issues/5161 + "tensorflow>=2.0.0", # TF bug https://github.com/ultralytics/ultralytics/issues/5161 "tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow ] # tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)