Skip to content

Commit

Permalink
Updated dependency list for Python 3.11
Browse files Browse the repository at this point in the history
Takes into account scikit-learn 1.1.3 release which creates wheels for Python 3.11: scikit-learn/scikit-learn#24446
  • Loading branch information
392781 committed Oct 27, 2022
1 parent 4a2e1ce commit af605c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -24,10 +24,10 @@ classifiers = [
"Bug Tracker" = "https://github.com/392781/scikit-ntk/issues"

[tool.poetry.dependencies]
python = ">=3.7, <3.11"
python = "^3.7"
scikit-learn = [
{version = "^1.0.0", python = ">=3.7,<3.10"},
{version = "^1.1", python = ">=3.10"}
{version = "^1.1.3", python = ">=3.10"}
]

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit af605c8

Please sign in to comment.