Skip to content

Commit

Permalink
setup: update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 7, 2020
1 parent 517638c commit 5509bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def local_scheme(version):
description="System on Chip toolkit for nMigen",
#long_description="""TODO""",
license="BSD",
setup_requires=["setuptools_scm"],
install_requires=["nmigen>=0.1,<0.3"],
setup_requires=["wheel", "setuptools", "setuptools_scm"],
install_requires=["nmigen>=0.1,<0.5"],
packages=find_packages(),
project_urls={
"Source Code": "https://github.com/nmigen/nmigen-soc",
Expand Down

0 comments on commit 5509bd2

Please sign in to comment.