Skip to content

Commit

Permalink
BUILD: update scikit-rf requirement from <1.4,>=0.30.0 to >=0.30.0,<1.5
Browse files Browse the repository at this point in the history
Updates the requirements on [scikit-rf](https://github.com/scikit-rf/scikit-rf) to permit the latest version.
- [Release notes](https://github.com/scikit-rf/scikit-rf/releases)
- [Commits](scikit-rf/scikit-rf@v0.30.0...v1.4.1)

---
updated-dependencies:
- dependency-name: scikit-rf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent b240d8b commit 12a288a
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 12a288a

Please sign in to comment.