We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd37ca commit a338cc9Copy full SHA for a338cc9
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
"fpdf2",
32
"jsonschema",
33
"pytomlpp; python_version < '3.12'",
34
- "pyedb==0.4.0; python_version == '3.7'",
+ "pyedb>=0.4.0,<0.5; python_version == '3.7'",
35
"pyedb>=0.5.0,<0.6; python_version > '3.7'",
36
]
37
@@ -52,7 +52,7 @@ tests = [
52
"pandas==1.3.5; python_version == '3.7'",
53
"pandas==2.0.3; python_version == '3.8'",
54
"pandas==2.2.1; python_version > '3.9'",
55
56
57
"pytest==8.0.2",
58
"pytest-cov==4.1.0",
0 commit comments