From c14f519bed60327f6dd58408b6e68c358540769b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:49:29 +0200 Subject: [PATCH] Update tflite-runtime requirement (#226) Updates the requirements on [tflite-runtime](https://www.tensorflow.org/lite/) to permit the latest version. --- updated-dependencies: - dependency-name: tflite-runtime dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4df9d47..9700704 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,6 @@ "matplotlib>=3.3.3,<3.9.0", "scipy>=1.4.1,<1.12.0", "scikit-learn>=0.24,<1.4", - "tflite-runtime>=2.7.0,<2.14.0", + "tflite-runtime>=2.7.0,<2.15.0", ], )