Skip to content

Commit

Permalink
Adjust setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Oct 28, 2023
1 parent ed8ff7b commit c8bd4ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
include_package_data=True,
install_requires=[
"systemrdl-compiler>=1.13.0",
"systemrdl-compiler >= 1.13.0, < 2",
"Jinja2>=2.9",
"markdown",
"git-me-the-url>=2.0.3",
Expand Down Expand Up @@ -57,5 +57,6 @@
project_urls={
"Source": "https://github.com/SystemRDL/PeakRDL-html",
"Tracker": "https://github.com/SystemRDL/PeakRDL-html/issues",
"Changelog": "https://github.com/SystemRDL/PeakRDL-html/releases",
},
)

0 comments on commit c8bd4ff

Please sign in to comment.