Revert pyyaml dependency specification
Some checks failed
Build Wheels / build (push) Failing after 36s

This commit is contained in:
2025-04-27 11:16:44 +00:00
parent 07922f8a54
commit d6d792c9e6

View File

@@ -12,7 +12,7 @@ hdlbuild = "hdlbuild.cli:main"
[tool.poetry.dependencies]
python = "^3.10"
pyyaml = "5.4.1"
pyyaml = "^5.4.1"
doit = "^0.36.0"
pydantic = "^2.11.3"
rich = "^14.0.0"