Skip to content

Commit

Permalink
Fixed supported python version not including 3.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
392781 committed Feb 24, 2023
1 parent 3566713 commit 9258f49
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.11"
python = ">=3.7, <3.12"
scikit-learn = [
{version = "^1.0.0", python = ">=3.7,<3.10"},
{version = "^1.1.3", python = ">=3.10"}
Expand Down

0 comments on commit 9258f49

Please sign in to comment.