We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c54dba commit 080fc13Copy full SHA for 080fc13
1 file changed
pyproject.toml
@@ -7,10 +7,10 @@ name = "peakrdl-html"
7
dynamic = ["version"]
8
requires-python = ">=3.7"
9
dependencies = [
10
- "systemrdl-compiler >= 1.13.0, < 2",
11
- "Jinja2>=2.9",
+ "systemrdl-compiler ~= 1.13",
+ "Jinja2 >= 2.9",
12
"markdown",
13
- "git-me-the-url>=2.0.3",
+ "git-me-the-url >= 2.0.3",
14
"python-markdown-math",
15
]
16
0 commit comments