Skip to content

Commit

Permalink
CHORE: Update scikit-rf requirement from <1.1,>=0.30.0 to >=0.30.0,<1…
Browse files Browse the repository at this point in the history
….2 (#4845)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Morais <[email protected]>
  • Loading branch information
dependabot[bot] and SMoraisAnsys authored Jun 25, 2024
1 parent fba9515 commit 369ed4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tests = [
"pyvista>=0.38.0,<0.44",
# 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",
"scikit-rf>=0.30.0,<1.2",
"SRTM.py",
"utm",
"vtk==9.2.6; python_version < '3.12'",
Expand Down Expand Up @@ -89,7 +89,7 @@ doc = [
#"pytest-sphinx",
"pyvista>=0.38.0,<0.44",
"recommonmark",
"scikit-rf>=0.30.0,<1.1",
"scikit-rf>=0.30.0,<1.2",
"Sphinx==5.3.0; python_version == '3.7'",
"Sphinx>=7.1.0,<7.4; python_version > '3.7'",
"sphinx-autobuild==2021.3.14; python_version == '3.7'",
Expand Down Expand Up @@ -134,7 +134,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.1",
"scikit-rf>=0.30.0,<1.2",
"SRTM.py",
"utm",
"vtk==9.2.6; python_version < '3.12'",
Expand All @@ -149,7 +149,7 @@ installer = [
"pyvista>=0.38.0,<0.44",
# 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",
"scikit-rf>=0.30.0,<1.2",
"SRTM.py",
"utm",
"vtk==9.2.6; python_version < '3.12'",
Expand Down

0 comments on commit 369ed4a

Please sign in to comment.