Skip to content

Commit

Permalink
Update Python to >=3.12.2,<3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 20b5f57 commit 003d0e4
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.12.2,<3.13"
numpy = "~1.24.0"
scipy = "~1.10.0"
scikit-learn = "^1.0.0"
Expand Down

0 comments on commit 003d0e4

Please sign in to comment.