From f721a79de4415d7b3f3ba0b48c6336c3cb4e7427 Mon Sep 17 00:00:00 2001 From: Jacob Beel <54082169+jdbeel@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:19:27 -0500 Subject: [PATCH] Pins scikit-learn --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa84cd58..7e4a8709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ no-telemetry = [ "howso-engine-no-telemetry", ] scikit = [ - "scikit-learn" + "scikit-learn~=1.3,<1.4" ] [project.urls]