Skip to content

Commit 9b8b73c

Browse files
fix(deps): update python to >=3.13,<3.14
1 parent f8d4085 commit 9b8b73c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
packages = [{ include = "opt", from = "." }]
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.10,<3.13"
11+
python = ">=3.13,<3.14"
1212
numpy = "^1.26.4"
1313
scipy = "^1.12.0"
1414
scikit-learn = "^1.5.1"

0 commit comments

Comments
 (0)