diff --git a/pyproject.toml b/pyproject.toml index f07f999..2a4a4f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scikit-ntk" -version = "1.1.3" +version = "1.2.0" description = "Implementation of the neural tangent kernel for scikit-learn's Gaussian process module." license="BSD-3-Clause" authors = [ @@ -24,7 +24,7 @@ classifiers = [ "Bug Tracker" = "https://github.com/392781/scikit-ntk/issues" [tool.poetry.dependencies] -python = ">=3.7, <3.14" +python = ">=3.8, <3.14" scikit-learn = [ {version = "^1.0.0", python = ">=3.7,<3.10"}, {version = "^1.1.3", python = ">=3.10"}