From b299dab8f9a6596674e667c23271d028b81bc6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronald=20Lencevi=C4=8Dius?= Date: Sun, 12 May 2024 18:16:47 -0700 Subject: [PATCH] Updated python requirements to up to version 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f578bc1..44675f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Bug Tracker" = "https://github.com/392781/scikit-ntk/issues" [tool.poetry.dependencies] -python = ">=3.7, <3.12" +python = ">=3.7, <3.13" scikit-learn = [ {version = "^1.0.0", python = ">=3.7,<3.10"}, {version = "^1.1.3", python = ">=3.10"}