Skip to content

Commit

Permalink
MAINT: Update pyedb requirement from <0.10,>=0.4.0 to >=0.4.0,<0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [pyedb](https://github.com/ansys/pyedb) to permit the latest version.
- [Release notes](https://github.com/ansys/pyedb/releases)
- [Commits](ansys/pyedb@v0.5.0...v0.10.0)

---
updated-dependencies:
- dependency-name: pyedb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 004e327 commit b66dbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests = [
"pytest-cov>=4.0.0,<5.1",
"pytest-xdist>=3.5.0,<3.7",
"pyedb>=0.4.0,<0.10; python_version == '3.7'",
"pyedb>=0.5.0,<0.10; python_version > '3.7'",
"pyedb>=0.5.0,<0.11; python_version > '3.7'",
"pyvista>=0.38.0,<0.44",
"scikit-learn>=1.0.0,<1.5",
"scikit-rf>=0.30.0,<1.1",
Expand Down

0 comments on commit b66dbc1

Please sign in to comment.