We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbd84a commit c685b58Copy full SHA for c685b58
1 file changed
pyproject.toml
@@ -7,9 +7,9 @@ name = "sphinx-peakrdl"
7
dynamic = ["version"]
8
requires-python = ">=3.7"
9
dependencies = [
10
- "systemrdl-compiler >= 1.29.0",
11
- "peakrdl-cli >= 1.3.0",
12
- "peakrdl-html >= 2.11.0",
+ "systemrdl-compiler ~= 1.29",
+ "peakrdl-cli ~= 1.3",
+ "peakrdl-html ~= 2.11",
13
"sphinx >= 1.8",
14
"myst-parser >= 1.0",
15
]
0 commit comments