Skip to content

Commit

Permalink
pyproject.toml: allow amaranth >= 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Aug 29, 2024
1 parent df82cbb commit 4cb42df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name = "Asherah Connor", email = "[email protected]" },
]
dependencies = [
"amaranth[builtin-yosys] @ git+https://github.com/amaranth-lang/amaranth@bc2e90913311e326d8f396e33d7a1c7f6eef6e4e",
"amaranth[builtin-yosys] >= 0.5",
]
requires-python = ">=3.8"
license = { text = "BSD-2-Clause" }
Expand Down

0 comments on commit 4cb42df

Please sign in to comment.