From 3fe20422542c330100e11d1abeb6113894e79ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:17:39 +0000 Subject: [PATCH] chore(deps): update scikit-learn requirement Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.0...1.3.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3dfc09f3..fdd556e9b 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def check_args(args: List[str]) -> bool: "deprecation>=2.1", "pytest-benchmark>=3.4", "scikit-optimize>=0.8.1", - "scikit-learn>=0.24,!=1.0,<1.2.2", + "scikit-learn>=0.24,!=1.0,<1.3.1", "numpy", "flask>=2.0", "prometheus_client>=0.11",