Skip to content

Commit a338cc9

Browse files
committed
MAINT: Fix dependencies conflict with python3.7
1 parent 4fd37ca commit a338cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"fpdf2",
3232
"jsonschema",
3333
"pytomlpp; python_version < '3.12'",
34-
"pyedb==0.4.0; python_version == '3.7'",
34+
"pyedb>=0.4.0,<0.5; python_version == '3.7'",
3535
"pyedb>=0.5.0,<0.6; python_version > '3.7'",
3636
]
3737

@@ -52,7 +52,7 @@ tests = [
5252
"pandas==1.3.5; python_version == '3.7'",
5353
"pandas==2.0.3; python_version == '3.8'",
5454
"pandas==2.2.1; python_version > '3.9'",
55-
"pyedb==0.4.0; python_version == '3.7'",
55+
"pyedb>=0.4.0,<0.5; python_version == '3.7'",
5656
"pyedb>=0.5.0,<0.6; python_version > '3.7'",
5757
"pytest==8.0.2",
5858
"pytest-cov==4.1.0",

0 commit comments

Comments
 (0)