Revert pyyaml dependency specification
Some checks failed
Build Wheels / build (push) Failing after 36s
Some checks failed
Build Wheels / build (push) Failing after 36s
This commit is contained in:
@@ -12,7 +12,7 @@ hdlbuild = "hdlbuild.cli:main"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
pyyaml = "5.4.1"
|
pyyaml = "^5.4.1"
|
||||||
doit = "^0.36.0"
|
doit = "^0.36.0"
|
||||||
pydantic = "^2.11.3"
|
pydantic = "^2.11.3"
|
||||||
rich = "^14.0.0"
|
rich = "^14.0.0"
|
||||||
|
Reference in New Issue
Block a user