Skip to content

Commit

Permalink
CHORE: Update pyedb dependency (#4648)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored May 7, 2024
1 parent 7e19812 commit dc47103
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ dependencies = [
"fpdf2",
"jsonschema",
"psutil",
"pyedb>=0.4.0,<0.10; python_version == '3.7'",
"pyedb>=0.5.0; python_version > '3.7'",
"pyedb>=0.4.0,<0.11",
"pytomlpp; python_version < '3.12'",
"rpyc>=6.0.0,<6.1",
]
Expand All @@ -49,8 +48,7 @@ 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.10; python_version == '3.7'",
"pyedb>=0.5.0,<0.11; python_version > '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 dc47103

Please sign in to comment.