Skip to content

Commit c685b58

Browse files
committed
Revise dependency constraints to use compatible versioning
1 parent ecbd84a commit c685b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name = "sphinx-peakrdl"
77
dynamic = ["version"]
88
requires-python = ">=3.7"
99
dependencies = [
10-
"systemrdl-compiler >= 1.29.0",
11-
"peakrdl-cli >= 1.3.0",
12-
"peakrdl-html >= 2.11.0",
10+
"systemrdl-compiler ~= 1.29",
11+
"peakrdl-cli ~= 1.3",
12+
"peakrdl-html ~= 2.11",
1313
"sphinx >= 1.8",
1414
"myst-parser >= 1.0",
1515
]

0 commit comments

Comments
 (0)