From 60771e1fd065c942d1a398dcef736710038a307e Mon Sep 17 00:00:00 2001 From: MatteoRobbiati Date: Tue, 18 Jun 2024 15:37:51 +0200 Subject: [PATCH] build: update python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86781ce..39c292b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'" }