From 4cb42dfedf7c9f238bfdd4c3ea22e43acc1b2677 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Thu, 29 Aug 2024 15:01:44 +0300 Subject: [PATCH] pyproject.toml: allow amaranth >= 0.5. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a5c292..ee58a11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }