From dbf3d28131260d145060e073910be836a8c30419 Mon Sep 17 00:00:00 2001 From: Rajat Sen Date: Tue, 23 Jul 2024 12:45:23 +0000 Subject: [PATCH] scikit version update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 209c71d..2a56af8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ utilsforecast = ">=0.1.10" jax = {version = ">=0.4.26", extras = ["cuda12"]} jaxlib = ">=0.4.26" huggingface_hub = {version = ">=0.23.0", extras = ["cli"]} -scikit-learn = ">=1.0.2" +scikit-learn = ">=1.2.2" [build-system] requires = ["poetry-core"]