Skip to content

Commit 90ec08f

Browse files
MAINT: Update pyedb requirement from <0.5,>=0.4.0 to >=0.4.0,<0.9 (#4556)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40099e9 commit 90ec08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tests = [
5050
"pytest-cov>=4.0.0,<5.1",
5151
"pytest-xdist>=3.5.0,<3.7",
5252
"pyedb>=0.4.0,<0.5; python_version == '3.7'",
53-
"pyedb>=0.5.0,<0.8; python_version > '3.7'",
53+
"pyedb>=0.5.0,<0.9; python_version > '3.7'",
5454
"pyvista>=0.38.0,<0.44",
5555
"scikit-learn>=1.0.0,<1.5",
5656
"scikit-rf>=0.30.0,<0.33",

0 commit comments

Comments
 (0)