Skip to content

Commit

Permalink
update tensorflow-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucadetommaso committed Nov 20, 2023
1 parent 79537bd commit 12a125a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 43 deletions.
80 changes: 38 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matplotlib = "^3.6.2"
tqdm = "^4.64.1"
numpy = "^1.23.4"
tensorflow-cpu = { version = "^2.11.0", markers = "sys_platform != 'darwin'" }
tensorflow-macos = { version = "^2.11.0", markers = "sys_platform == 'darwin'" }
tensorflow-macos = { version = "^2.13.1", markers = "sys_platform == 'darwin'" }
Sphinx = { version = "^5.3.0", optional = true }
sphinx-autodoc-typehints = { version = "^1.19.5", optional = true }
nbsphinx = { version = "^0.8.10", optional = true }
Expand Down

0 comments on commit 12a125a

Please sign in to comment.