mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 22:52:25 +00:00
pyproject.toml: depend on amaranth[builtin-yosys] for CI ease.
This commit is contained in:
parent
138039712e
commit
b7d42f0b00
|
@ -3,7 +3,7 @@ name = "niar"
|
|||
version = "0.1"
|
||||
description = "A small framework for building projects with Amaranth"
|
||||
authors = [{ name = "Asherah Connor", email = "ashe@kivikakk.ee" }]
|
||||
dependencies = ["amaranth >= 0.5, < 0.7"]
|
||||
dependencies = ["amaranth[builtin-yosys] >= 0.5, < 0.7"]
|
||||
requires-python = ">=3.8"
|
||||
license = { text = "BSD-2-Clause" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue