Skip to content

Commit

Permalink
Add pint to dependencies (needed for Pyomo when testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfripp committed Jun 21, 2019
1 parent 4757018 commit bbc52bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def read(*rnames):
],
install_requires=[
'Pyomo>=4.4.1', # We need a version that works with glpk 4.60+
'pint', # needed by Pyomo when we run our tests, but not included
'testfixtures', # used for standard tests
'pandas', # used for input upgrades and testing that functionality
],
Expand Down

0 comments on commit bbc52bc

Please sign in to comment.