Skip to content

Commit 7610d7d

Browse files
committed
Add dependency for riscv-model 0.3
1 parent 814e3ef commit 7610d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Arguments marked as "Required" below must be included for upload to PyPI.
2020
# Fields marked as "Optional" may be commented out.
2121

22-
requires = ["attrdict", "colorama", "pygments", "riscv-model"]
22+
requires = ["attrdict", "colorama", "pygments", "riscv-model>=0.3"]
2323

2424
setup(
2525
# This is the name of your project. The first time you publish this

0 commit comments

Comments
 (0)