Skip to content

Commit

Permalink
build: Attempt lifting restrictions, applying known todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 17, 2024
1 parent 2f7ace2 commit 0d6b426
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ packages = [{ include = "qiboml", from = "src" }]
python = ">=3.9,<3.12"
numpy = "^1.26.4"
numba = "^0.59.0"
tensorflow = { version = "^2.16.1", markers = "sys_platform == 'linux' or sys_platform == 'darwin'" }
tensorflow = "^2.16.1"
torch = "^2.2.0"
jax = "^0.4.25"
# 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"

[tool.poetry.group.dev]
Expand Down

0 comments on commit 0d6b426

Please sign in to comment.