1
0
Fork 0
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:
Asherah Connor 2024-08-29 15:01:44 +03:00
parent df82cbb17d
commit 4cb42dfedf

View file

@ -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" }