From e1c6d68c69c95dc82d2a3d1f85ca14bd08977c26 Mon Sep 17 00:00:00 2001 From: tristanpepinartefact Date: Fri, 22 Dec 2023 20:03:35 +0100 Subject: [PATCH] allow python 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c150560..62524cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] -python = ">=3.8, <3.11.0" +python = ">=3.8" lapx = ">=0.5.2" scipy = ">=1.9.3"