Skip to content

Commit

Permalink
chore: fix ruamel.yaml on 0.14.X for now (#519)
Browse files Browse the repository at this point in the history
There will be API changes in the 0.15+ versions, let's upgrade later when tested and needed
  • Loading branch information
AvdN authored and hredestig committed Jun 6, 2017
1 parent 3cf5df3 commit d45c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def build_extension(self, ext):
version="0.6.1",
packages=find_packages(),
setup_requires=setup_requirements,
install_requires=["future", "swiglpk", "optlang>=1.1.5", "ruamel.yaml",
install_requires=["future", "swiglpk", "optlang>=1.1.5", "ruamel.yaml<0.15",
"pandas>=0.17.0", "numpy>=1.6", "tabulate"],
tests_require=["jsonschema > 2.5", "pytest", "pytest-benchmark"],
extras_require=extras,
Expand Down

0 comments on commit d45c5ca

Please sign in to comment.