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"]