From 17f2914da1047a8f23eb6f1865aa6a32d2efbdc0 Mon Sep 17 00:00:00 2001 From: Vincent Adam Date: Thu, 18 Apr 2024 21:37:14 +0200 Subject: [PATCH] change tensorflow version range --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc79fe2..14d1937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ cmake = "~3.18.0" importlib-metadata = ">=4.4,<5.0" numpy = "^1.21.0" python = ">=3.10,<3.11" -tensorflow = "~2.8.0" +tensorflow = ">=2.4.0" [tool.poetry.dev-dependencies] cpplint = "^1.5.3" @@ -74,6 +74,6 @@ line_length = 95 [build-system] -requires = ["poetry>=0.12", "tensorflow>=2.8.0,<2.9.0", "cmake"] +requires = ["poetry>=0.12", "tensorflow>=2.4.0", "cmake"] build-backend = "poetry.masonry.api" flags = ["-DCMAKE_CXX_STANDARD=14"]