Skip to content

Commit

Permalink
CHORE: allow latest PyEDB version (#4651)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Lopez <[email protected]>
Co-authored-by: SMoraisDev <[email protected]>
  • Loading branch information
3 people authored May 8, 2024
1 parent dc47103 commit 34efaf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"fpdf2",
"jsonschema",
"psutil",
"pyedb>=0.4.0,<0.11",
"pyedb>=0.4.0",
"pytomlpp; python_version < '3.12'",
"rpyc>=6.0.0,<6.1",
]
Expand All @@ -48,7 +48,6 @@ tests = [
"pytest>=7.4.0,<8.3",
"pytest-cov>=4.0.0,<5.1",
"pytest-xdist>=3.5.0,<3.7",
"pyedb>=0.4.0,<0.11",
"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 34efaf7

Please sign in to comment.