Skip to content

Commit

Permalink
CHORE: Update scikit-learn requirement from <1.5,>=1.0.0 to >=1.0.0,<…
Browse files Browse the repository at this point in the history
…1.6 (#4710)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastien Morais <[email protected]>
Co-authored-by: Sébastien Morais <[email protected]>
  • Loading branch information
3 people authored May 23, 2024
1 parent 002ccb6 commit e192d1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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'",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e192d1a

Please sign in to comment.