From b7d42f0b00eacbeb20e7a850bad22da95a2ec8a4 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Sun, 16 Jun 2024 13:04:26 +0300 Subject: [PATCH] pyproject.toml: depend on amaranth[builtin-yosys] for CI ease. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6441fd6..706b953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }