We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a230105 + c5f32cc commit 8387005Copy full SHA for 8387005
1 file changed
setup.py
@@ -18,5 +18,5 @@
18
"License :: OSI Approved :: Apache Software License",
19
],
20
packages=["hyperpyyaml"],
21
- install_requires=["pyyaml>=5.1", "ruamel.yaml>=0.17.28"],
+ install_requires=["pyyaml>=5.1", "ruamel.yaml>=0.17.28,<0.19.0"],
22
)
0 commit comments