Skip to content

Commit

Permalink
Merge branch 'main' into feat/improve_create_ellipse
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve authored May 23, 2024
2 parents 1dcd587 + e192d1a commit a55bf3b
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 a55bf3b

Please sign in to comment.