Skip to content

Commit eb2b8df

Browse files
committed
Revise dependency constraints to use compatible versioning
1 parent 87cceab commit eb2b8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "peakrdl-cheader"
77
dynamic = ["version"]
88
requires-python = ">=3.7"
99
dependencies = [
10-
"systemrdl-compiler >= 1.29.0, < 2",
10+
"systemrdl-compiler ~= 1.29",
1111
"jinja2",
1212
]
1313

0 commit comments

Comments
 (0)