diff --git a/pyproject.toml b/pyproject.toml index 5610b82..3a55820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ repository = "https://github.com/statnett/linerate.git" readme = "README.md" [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.13,<3.14" numpy = "*" scipy = "*" numba = ">=0.56.4"