Skip to content

Commit

Permalink
fix: add minimum verion for pyYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrutel committed Jun 30, 2023
1 parent 8b6345a commit 11aee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [{ include = "tdp" }]
python = ">=3.6.2,<4.0"
ansible = "2.9.27"
networkx = "2.5.1"
PyYAML = "<6.0.0"
PyYAML = ">=5.1,<6.0.0"
matplotlib = { version = "3.3.4", optional = true }
pydot = { version = "1.4.2", optional = true }
GitPython = "3.1.18"
Expand Down

0 comments on commit 11aee6c

Please sign in to comment.