Skip to content

Commit d5becc6

Browse files
committed
Migrate to Amaranth 0.5.
1 parent 7ff251b commit d5becc6

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
@@ -18,7 +18,7 @@ license = {file = "LICENSE.md"}
1818

1919
requires-python = "~=3.8"
2020
dependencies = [
21-
"amaranth @ git+https://github.com/amaranth-lang/amaranth",
21+
"amaranth>=0.5,<0.6",
2222
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
2323
"amaranth-boards @ git+https://github.com/amaranth-lang/amaranth-boards",
2424
"amaranth-stdio @ git+https://github.com/amaranth-lang/amaranth-stdio",

0 commit comments

Comments
 (0)