Skip to content

Commit a7e7ecf

Browse files
BUILD: update scikit-learn requirement from <1.6,>=1.0.0 to >=1.0.0,<1.7 (#5569)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a528df commit a7e7ecf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tests = [
7676
"ansys-tools-visualization-interface; python_version >= '3.10'",
7777
"tables; python_version >= '3.10'",
7878
# Never directly imported but required when loading ML related file see #4713
79-
"scikit-learn>=1.0.0,<1.6",
79+
"scikit-learn>=1.0.0,<1.7",
8080
"scikit-rf>=0.30.0,<1.6",
8181
"SRTM.py",
8282
"utm",
@@ -113,7 +113,7 @@ all = [
113113
"ansys-tools-visualization-interface; python_version >= '3.10'",
114114
"tables; python_version >= '3.10'",
115115
# Never directly imported but required when loading ML related file see #4713
116-
"scikit-learn>=1.0.0,<1.6",
116+
"scikit-learn>=1.0.0,<1.7",
117117
"scikit-rf>=0.30.0,<1.6",
118118
"SRTM.py",
119119
"utm",
@@ -128,7 +128,7 @@ installer = [
128128
"fast-simplification>=0.1.7",
129129
"ansys-tools-visualization-interface; python_version >= '3.10'",
130130
# Never directly imported but required when loading ML related file see #4713
131-
"scikit-learn>=1.0.0,<1.6",
131+
"scikit-learn>=1.0.0,<1.7",
132132
"scikit-rf>=0.30.0,<1.6",
133133
"SRTM.py",
134134
"utm",

0 commit comments

Comments
 (0)