aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2022-01-05 06:06:38 +0000
committerCatherine <whitequark@whitequark.org>2022-01-05 06:06:38 +0000
commitaaf18252e457ff95257137da2a629820c0ff2bfa (patch)
treecf61f58da43fabe97323dc670a9b39ab093c35c2 /setup.py
parent8e2615765e255144403431ca95c5cdf6c78eb638 (diff)
setup: relax dependency on amaranth.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 356c652..724e5c4 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
license="BSD",
setup_requires=["wheel", "setuptools", "setuptools_scm"],
install_requires=[
- "amaranth>=0.2,<0.4",
+ "amaranth>=0.2,<0.5",
"importlib_metadata; python_version<'3.8'",
],
packages=find_packages(),