Skip to content

Commit

Permalink
Update minimum required version of cocotb (#18)
Browse files Browse the repository at this point in the history
Allows installation of the development version of cocotb 1.5.0, while
the rule >1.4.0 did not.
  • Loading branch information
ktbarrett authored Feb 1, 2021
1 parent 256b26e commit 4cbc219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
packages=find_packages("src"),
package_dir={"": "src"},
install_requires=[
"cocotb>1.4,<2.0"
"cocotb>=1.5.0.dev,<2.0"
],
python_requires='>=3.5'
)

0 comments on commit 4cbc219

Please sign in to comment.