Skip to content

Commit

Permalink
setup: Add dependency on PYOMO version 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Dec 18, 2017
1 parent ed3208f commit b7f5b99
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 @@ -20,7 +20,7 @@
license='GPLv3',
packages=find_packages(exclude=['doc', 'test']),
include_package_data=True,
install_requires=['numpy','pyomo','scipy','pandas>=0.19.0','networkx>=1.10'],
install_requires=['numpy','pyomo>=5.3','scipy','pandas>=0.19.0','networkx>=1.10'],
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Console',
Expand Down

0 comments on commit b7f5b99

Please sign in to comment.