pyproject: change yosys-yowasp requirement to match RTLIL backend.

This commit is contained in:
Wanda 2024-02-14 07:19:39 +01:00 committed by Catherine
parent 353a8ce7e3
commit 8033ddf05e

View file

@ -57,7 +57,7 @@ source-includes = [
[tool.pdm.dev-dependencies] [tool.pdm.dev-dependencies]
test = [ test = [
"yowasp-yosys!=0.37.0.*", "yowasp-yosys>=0.38",
"coverage", "coverage",
] ]
docs = [ docs = [