Skip to content

Commit

Permalink
MAINT: Fix version incompatibility (#4386)
Browse files Browse the repository at this point in the history
Closes #4385
  • Loading branch information
SMoraisAnsys committed Mar 21, 2024
2 parents 154de59 + dfa94d7 commit 835a0e3
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 @@ -30,7 +30,7 @@ dependencies = [
"jsonschema",
"psutil",
"pyedb>=0.4.0,<0.5; python_version == '3.7'",
"pyedb>=0.5.0,<0.6; python_version > '3.7'",
"pyedb>=0.5.0; python_version > '3.7'",
"pytomlpp; python_version < '3.12'",
"rpyc>=6.0.0,<6.1",
]
Expand Down

0 comments on commit 835a0e3

Please sign in to comment.