Skip to content

Commit 8387005

Browse files
authored
Merge pull request #32 from OscarFree/fix/ruamel-yaml-019-compat
Pin ruamel.yaml<0.19.0 for compatibility
2 parents a230105 + c5f32cc commit 8387005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"License :: OSI Approved :: Apache Software License",
1919
],
2020
packages=["hyperpyyaml"],
21-
install_requires=["pyyaml>=5.1", "ruamel.yaml>=0.17.28"],
21+
install_requires=["pyyaml>=5.1", "ruamel.yaml>=0.17.28,<0.19.0"],
2222
)

0 commit comments

Comments
 (0)