Skip to content

Commit

Permalink
Add version guards
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Aug 25, 2023
1 parent b4a784c commit df7c97e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Expand Up @@ -27,12 +27,12 @@
},
python_requires='>=3.6',
install_requires=[
"systemrdl-compiler >= 1.26.0",
"peakrdl-html >= 2.10.1",
"peakrdl-ipxact >= 3.4.1",
"systemrdl-compiler >= 1.26.0, < 2",
"peakrdl-html >= 2.10.1, < 3",
"peakrdl-ipxact >= 3.4.1, < 4",
"peakrdl-regblock >= 0.15.0",
"peakrdl-systemrdl >= 0.3.0",
"peakrdl-uvm >= 2.3.0",
"peakrdl-uvm >= 2.3.0, < 3",
"tomli;python_version<'3.11'"
],
classifiers=(
Expand All @@ -55,5 +55,6 @@
"Documentation": "https://peakrdl.readthedocs.io",
"Source": "https://github.com/SystemRDL/PeakRDL",
"Tracker": "https://github.com/SystemRDL/PeakRDL/issues",
"Changelog": "https://github.com/SystemRDL/PeakRDL/releases",
},
)

0 comments on commit df7c97e

Please sign in to comment.