From 7c5dba7dba4735efaff601aaba73174aec09c4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:15:42 +0000 Subject: [PATCH] Update tensorflow requirement from <=2.13.1 to <=2.14.0 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/compare/tflite-v0.1.7...v2.14.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fb107c..4c15b69 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ def parse_requirements(file_path: Path): 'export': [ 'coremltools>=7.0', 'openvino-dev>=2023.0', - 'tensorflow<=2.13.1', + 'tensorflow<=2.14.0', 'tensorflowjs', # automatically installs tensorflow ], }, classifiers=[