File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "peakrdl-cli"
77dynamic = [" version" ]
88requires-python = " >=3.7"
99dependencies = [
10- " systemrdl-compiler > = 1.27.1, < 2 " ,
10+ " systemrdl-compiler ~ = 1.27" ,
1111 " tomli;python_version<'3.11'" ,
1212]
1313
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ dynamic = ["version"]
88requires-python = " >=3.7"
99dependencies = [
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
1919authors = [
You can’t perform that action at this time.
0 commit comments