We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814e3ef commit 7610d7dCopy full SHA for 7610d7d
setup.py
@@ -19,7 +19,7 @@
19
# Arguments marked as "Required" below must be included for upload to PyPI.
20
# Fields marked as "Optional" may be commented out.
21
22
-requires = ["attrdict", "colorama", "pygments", "riscv-model"]
+requires = ["attrdict", "colorama", "pygments", "riscv-model>=0.3"]
23
24
setup(
25
# This is the name of your project. The first time you publish this
0 commit comments