Skip to content

Commit aaf1825

Browse files
committed
setup: relax dependency on amaranth.
1 parent 8e26157 commit aaf1825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def local_scheme(version):
2121
license="BSD",
2222
setup_requires=["wheel", "setuptools", "setuptools_scm"],
2323
install_requires=[
24-
"amaranth>=0.2,<0.4",
24+
"amaranth>=0.2,<0.5",
2525
"importlib_metadata; python_version<'3.8'",
2626
],
2727
packages=find_packages(),

0 commit comments

Comments
 (0)