Skip to content

Commit

Permalink
build: fixing tensorflow constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
CRRINCO committed Oct 6, 2023
1 parent 814a146 commit a39f8cb
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 @@ -34,8 +34,8 @@ importlib-metadata = {version = ">=3", python = "<3.8"}
python = ">=3.8.0,<3.12.0"
scikit-learn = ">=1.0.0"
packaging = ">=0.21"
tensorflow = {version = ">=12.0.0, <2.13.0", optional = true}
tensorflow-cpu = {version = ">=12.0.0, <2.13.0", optional = true}
tensorflow = {version = "<=12.0.0", optional = true}
tensorflow-cpu = {version = "<=12.0.0", optional = true}
tensorflow-metal = {markers = "sys_platform == \"darwin\" and platform_machine == \"arm64\"", version = "^1.1.0"}

[tool.poetry.extras]
Expand Down

0 comments on commit a39f8cb

Please sign in to comment.