From 488ee912fd01287aac7f9474202c5b527cdd6ba7 Mon Sep 17 00:00:00 2001 From: pignu Date: Sun, 18 Aug 2024 17:49:09 +0900 Subject: [PATCH] version up python(3.11->3.12) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66c03bb..2e0930c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.10,<3.13" numpy = "^1.23.5" mpmath = "^1.3.0" scipy = "^1.10.1"