Skip to content

Commit

Permalink
specifying pyomo<6 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed May 26, 2021
1 parent b85d5b7 commit dc4b324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
- numpy
- pandas
- python-dateutil
- pyomo>=5.7.1
- pyomo>=5.7.1,<6
- scipy
- ipopt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
]
},
package_data={'prescient.downloaders.rts_gmlc_prescient':['runners/*.txt','runners/templates/*']},
install_requires=['numpy','matplotlib','pandas','scipy','pyomo>=5.7.1',
install_requires=['numpy','matplotlib','pandas','scipy','pyomo>=5.7.1,<6',
'pyutilib', 'python-dateutil', 'networkx','jupyter',
'gridx-egret @ git+https://github.com/grid-parity-exchange/Egret.git'],
dependency_links=['git+https://github.com/grid-parity-exchange/Egret.git#egg=gridx-egret'],
Expand Down

0 comments on commit dc4b324

Please sign in to comment.