Skip to content

Commit d57b6f0

Browse files
committed
Revise dependency constraints to use compatible versioning
1 parent dee7f96 commit d57b6f0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

peakrdl-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "peakrdl-cli"
77
dynamic = ["version"]
88
requires-python = ">=3.7"
99
dependencies = [
10-
"systemrdl-compiler >= 1.27.1, < 2",
10+
"systemrdl-compiler ~= 1.27",
1111
"tomli;python_version<'3.11'",
1212
]
1313

peakrdl/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ dynamic = ["version"]
88
requires-python = ">=3.7"
99
dependencies = [
1010
"peakrdl-cli",
11-
"peakrdl-html >= 2.10.1, < 3",
12-
"peakrdl-ipxact >= 3.4.1, < 4",
13-
"peakrdl-regblock >= 0.19.0, < 2",
14-
"peakrdl-systemrdl >= 0.3.0, < 2",
15-
"peakrdl-uvm >= 2.3.0, < 3",
16-
"peakrdl-cheader >= 1.0.0, < 2",
11+
"peakrdl-html ~= 2.10",
12+
"peakrdl-ipxact ~= 3.4",
13+
"peakrdl-regblock ~= 1.0",
14+
"peakrdl-systemrdl ~= 1.0",
15+
"peakrdl-uvm ~= 2.3",
16+
"peakrdl-cheader ~= 1.0",
1717
]
1818

1919
authors = [

0 commit comments

Comments
 (0)