Skip to content

Commit 080fc13

Browse files
committed
Revise dependency constraints to use compatible versioning
1 parent 0c54dba commit 080fc13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name = "peakrdl-html"
77
dynamic = ["version"]
88
requires-python = ">=3.7"
99
dependencies = [
10-
"systemrdl-compiler >= 1.13.0, < 2",
11-
"Jinja2>=2.9",
10+
"systemrdl-compiler ~= 1.13",
11+
"Jinja2 >= 2.9",
1212
"markdown",
13-
"git-me-the-url>=2.0.3",
13+
"git-me-the-url >= 2.0.3",
1414
"python-markdown-math",
1515
]
1616

0 commit comments

Comments
 (0)