From a7e7ecf2331f3592a2214f62131232d52ba054ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:08:04 +0100 Subject: [PATCH] BUILD: update scikit-learn requirement from <1.6,>=1.0.0 to >=1.0.0,<1.7 (#5569) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f61ea78c46b..e349bb19674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ tests = [ "ansys-tools-visualization-interface; python_version >= '3.10'", "tables; python_version >= '3.10'", # Never directly imported but required when loading ML related file see #4713 - "scikit-learn>=1.0.0,<1.6", + "scikit-learn>=1.0.0,<1.7", "scikit-rf>=0.30.0,<1.6", "SRTM.py", "utm", @@ -113,7 +113,7 @@ all = [ "ansys-tools-visualization-interface; python_version >= '3.10'", "tables; python_version >= '3.10'", # Never directly imported but required when loading ML related file see #4713 - "scikit-learn>=1.0.0,<1.6", + "scikit-learn>=1.0.0,<1.7", "scikit-rf>=0.30.0,<1.6", "SRTM.py", "utm", @@ -128,7 +128,7 @@ installer = [ "fast-simplification>=0.1.7", "ansys-tools-visualization-interface; python_version >= '3.10'", # Never directly imported but required when loading ML related file see #4713 - "scikit-learn>=1.0.0,<1.6", + "scikit-learn>=1.0.0,<1.7", "scikit-rf>=0.30.0,<1.6", "SRTM.py", "utm",