From e192d1a50ec1068382a8a773de4a8002d4cbc0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:59:31 +0200 Subject: [PATCH] CHORE: Update scikit-learn requirement from <1.5,>=1.0.0 to >=1.0.0,<1.6 (#4710) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastien Morais Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com> --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9db3bd3ae5..d7a97816c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,8 @@ tests = [ "pytest-xdist>=3.5.0,<3.7", "pyvista>=0.38.0,<0.44", "fast-simplification>=0.1.7", - "scikit-learn>=1.0.0,<1.5", + # Never directly imported but required when loading ML related file see #4713 + "scikit-learn>=1.0.0,<1.6", "scikit-rf>=0.30.0,<1.1", "SRTM.py", "utm", @@ -82,7 +83,6 @@ doc = [ "pyvista>=0.38.0,<0.44", "fast-simplification>=0.1.7", "recommonmark", - #"scikit-learn", "scikit-rf>=0.30.0,<1.1", "Sphinx==5.3.0; python_version == '3.7'", "Sphinx>=7.1.0,<7.4; python_version > '3.7'", @@ -126,6 +126,8 @@ all = [ "pandas>=1.1.0,<2.3", "pyvista>=0.38.0,<0.44", "fast-simplification>=0.1.7", + # Never directly imported but required when loading ML related file see #4713 + "scikit-learn>=1.0.0,<1.6", "scikit-rf>=0.30.0,<1.1", "SRTM.py", "utm",