Skip to content

Commit cce8a79

Browse files
committed
pyproject: fix Amaranth git dependency.
1 parent 141d1d4 commit cce8a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = {file = "LICENSE.txt"}
1111
requires-python = "~=3.8"
1212
dependencies = [
1313
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
14-
"amaranth>=0.3,<0.5",
14+
"amaranth@git+https://github.com/amaranth-lang/amaranth",
1515
]
1616

1717
[project.urls]

0 commit comments

Comments
 (0)