Skip to content

Commit

Permalink
change tensorflow version range
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 18, 2024
1 parent 45ed248 commit 17f2914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"]

0 comments on commit 17f2914

Please sign in to comment.