Skip to content

Commit

Permalink
docs: Adds poetry tensorflow notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Nov 14, 2023
1 parent d92165c commit 7d0aa42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ matplotlib = "^3.4.1"
scipy = "^1.6.2"
# See https://github.com/pytorch/pytorch/issues/100974
torch = ">=2.0.0, !=2.0.1, !=2.1.0"
# see https://github.com/python-poetry/poetry/issues/8271
tensorflow = {version = "^2.13.0" }
tensorflow-macos = { version = "^2.13.0", platform = "darwin", markers = "platform_machine=='arm64'" }
tensorflow-intel = { version = "2.13.0", platform = "win32" }
Expand Down

0 comments on commit 7d0aa42

Please sign in to comment.