Skip to content

Commit

Permalink
build: update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Jun 18, 2024
1 parent a9e7f9e commit 60771e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
packages = [{ include = "qiboml", from = "src" }]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
numpy = "^1.26.4"
numba = "^0.59.0"
tensorflow = { version = "^2.16.1", markers = "sys_platform == 'linux' or sys_platform == 'darwin'" }
Expand Down

0 comments on commit 60771e1

Please sign in to comment.