Skip to content

Commit

Permalink
New release version v1.2.0 with Python 3.7 EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
392781 committed Oct 7, 2024
1 parent 431d3a6 commit 5a98b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand All @@ -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"}
Expand Down

0 comments on commit 5a98b61

Please sign in to comment.