Skip to content

Commit

Permalink
bumping to Pyomo 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed Aug 20, 2021
1 parent 0c98bc6 commit ae65c90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Code base for Prescient production cost model / scenario generation / prediction

### Requirements
* Python 3.7 or later
* Pyomo 6.1.1 or later
* Pyomo 6.1.2 or later
* EGRET
* A mixed-integer linear programming (MILP) solver
* Open source: CBC, GLPK, SCIP, ...
Expand Down
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>=6.1.1
- pyomo>=6.1.2
- 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>=6.1.1',
install_requires=['numpy','matplotlib','pandas','scipy','pyomo>=6.1.2',
'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 ae65c90

Please sign in to comment.