Skip to content

Commit

Permalink
Update Python to >=3.13.1,<3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 2dcefce commit 28419b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.13.1,<3.14"
numpy = "~1.24.0"
scipy = "~1.10.0"
scikit-learn = "^1.0.0"
Expand Down

0 comments on commit 28419b7

Please sign in to comment.