Skip to content

Commit

Permalink
build: change tensorflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Mar 20, 2024
1 parent f4fe741 commit 97086a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -14,7 +14,7 @@ packages = [{ include = "qiboml", from = "src" }]
python = ">=3.9,<3.12"
numpy = "^1.26.4"
numba = "^0.59.0"
tensorflow = { version = "^2.16", optional = true, markers = "sys_platform == 'linux' or sys_platform == 'darwin'" }
tensorflow = { version = "^2.16.1", optional = true, markers = "sys_platform == 'linux' or sys_platform == 'darwin'" }
# TODO: the marker is a temporary solution due to the lack of the tensorflow-io 0.32.0's wheels for Windows, this package is one of
# the tensorflow requirements
qibo = "^0.2.6"
Expand Down

0 comments on commit 97086a2

Please sign in to comment.