From aaf18252e457ff95257137da2a629820c0ff2bfa Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 5 Jan 2022 06:06:38 +0000 Subject: setup: relax dependency on amaranth. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), -- cgit v1.2.3