mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 07:02:23 +00:00
pyproject.toml: allow amaranth >= 0.5.
This commit is contained in:
parent
df82cbb17d
commit
4cb42dfedf
|
@ -6,7 +6,7 @@ authors = [
|
|||
{ name = "Asherah Connor", email = "ashe@kivikakk.ee" },
|
||||
]
|
||||
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" }
|
||||
|
|
Loading…
Reference in a new issue