Skip to content

Commit

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

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 committed Aug 5, 2024
1 parent 8467cd5 commit c856dc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.2",
"scikit-rf>=0.30.0,<1.3",
"SRTM.py",
"utm",
]
Expand All @@ -85,7 +85,7 @@ doc = [
#"pytest-sphinx",
"pyvista[io]>=0.38.0,<0.45",
"recommonmark",
"scikit-rf>=0.30.0,<1.2",
"scikit-rf>=0.30.0,<1.3",
"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 @@ -116,7 +116,7 @@ doc-no-examples = [
#"sphinxcontrib-websupport",
"sphinx_design>=0.4.0,<0.7",
"matplotlib>=3.5.0,<3.10",
"scikit-rf>=0.30.0,<1.2",
"scikit-rf>=0.30.0,<1.3",
"pyvista[io]>=0.38.0,<0.45",
]
all = [
Expand All @@ -129,7 +129,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.2",
"scikit-rf>=0.30.0,<1.3",
"SRTM.py",
"utm",
]
Expand All @@ -142,7 +142,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.2",
"scikit-rf>=0.30.0,<1.3",
"SRTM.py",
"utm",
"jupyterlab>=3.6.0,<4.3",
Expand Down

0 comments on commit c856dc0

Please sign in to comment.