Skip to content

Commit

Permalink
MAINT: Update pyedb requirement from <0.9,>=0.4.0 to >=0.4.0,<0.10 (#…
Browse files Browse the repository at this point in the history
…4609)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 59bb1bb commit db33091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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.9; python_version == '3.7'",
"pyedb>=0.4.0,<0.10; python_version == '3.7'",
"pyedb>=0.5.0; python_version > '3.7'",
"pytomlpp; python_version < '3.12'",
"rpyc>=6.0.0,<6.1",
Expand All @@ -49,7 +49,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.9; python_version == '3.7'",
"pyedb>=0.4.0,<0.10; python_version == '3.7'",
"pyedb>=0.5.0,<0.10; python_version > '3.7'",
"pyvista>=0.38.0,<0.44",
"scikit-learn>=1.0.0,<1.5",
Expand Down

0 comments on commit db33091

Please sign in to comment.