Skip to content

Commit

Permalink
Updated python requirements to up to version 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
392781 authored May 13, 2024
1 parent c6c1555 commit b299dab
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 @@ -24,7 +24,7 @@ classifiers = [
"Bug Tracker" = "https://github.com/392781/scikit-ntk/issues"

[tool.poetry.dependencies]
python = ">=3.7, <3.12"
python = ">=3.7, <3.13"
scikit-learn = [
{version = "^1.0.0", python = ">=3.7,<3.10"},
{version = "^1.1.3", python = ">=3.10"}
Expand Down

0 comments on commit b299dab

Please sign in to comment.