Skip to content

Commit f9312a0

Browse files
committed
fix for ruamel update
1 parent a470562 commit f9312a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ matplotlib = "^3.9"
6363
pineappl = "^1.0.0"
6464
pandas = "*"
6565
numpy = "*"
66-
"ruamel.yaml" = "*"
66+
"ruamel.yaml" = {version = ">=0.19.1", extras=["oldlibyaml"]}
6767
validobj = "*"
6868
prompt_toolkit = "*"
6969
reportengine = ">=0.32"

0 commit comments

Comments
 (0)