Skip to content

Commit

Permalink
BUILD: update scikit-rf requirement from <1.4,>=0.30.0 to >=0.30.0,<1…
Browse files Browse the repository at this point in the history
….5 (#5397)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent b240d8b commit a785b23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tests = [
"pyvista[io]>=0.38.0,<0.45",
# 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.4",
"scikit-rf>=0.30.0,<1.5",
"SRTM.py",
"utm",
]
Expand Down Expand Up @@ -100,7 +100,7 @@ all = [
"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.4",
"scikit-rf>=0.30.0,<1.5",
"SRTM.py",
"utm",
]
Expand All @@ -113,7 +113,7 @@ installer = [
"pyvista[io]>=0.38.0,<0.45",
# 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.4",
"scikit-rf>=0.30.0,<1.5",
"SRTM.py",
"utm",
"jupyterlab>=3.6.0,<4.4",
Expand Down

0 comments on commit a785b23

Please sign in to comment.