diff --git a/poetry.lock b/poetry.lock index 052901e..89d4b5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -183,5 +183,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = ">=3.10,<3.13" -content-hash = "bc0313fa0d96c0dfdf01e69a24501c1d863f6dbe4c0f7e33a8c71dcd3d01d2bd" +python-versions = ">=3.14,<3.15" +content-hash = "c3610435dd45156c8d3e0e62e999d266895a14e07d0952c5d9ffb45b8a979ea1" diff --git a/pyproject.toml b/pyproject.toml index 758c163..1bfb46e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" packages = [{ include = "opt", from = "." }] [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.14,<3.15" numpy = "^1.26.4" scipy = "^1.12.0" scikit-learn = "^1.5.1"