diff --git a/pyproject.toml b/pyproject.toml index 6cfffa4..b085639 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ repository = 'https://github.com/holmrenser/picea' [tool.poetry.dependencies] -python = ">=3.8, <=3.12" +python = ">=3.8, <3.13" numpy = "^1.22.2" matplotlib = "^3.5.1"