From 8033ddf05ed0a4723d2449b640263df040d5a12f Mon Sep 17 00:00:00 2001 From: Wanda Date: Wed, 14 Feb 2024 07:19:39 +0100 Subject: [PATCH] pyproject: change yosys-yowasp requirement to match RTLIL backend. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7049cae..ed58a02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ source-includes = [ [tool.pdm.dev-dependencies] test = [ - "yowasp-yosys!=0.37.0.*", + "yowasp-yosys>=0.38", "coverage", ] docs = [