From 5a98b61c3247373311ceef9e6886b3468f0df2d9 Mon Sep 17 00:00:00 2001 From: 392781 Date: Mon, 7 Oct 2024 15:30:48 -0700 Subject: [PATCH] New release version v1.2.0 with Python 3.7 EOL --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}