Skip to content

Commit

Permalink
Temporary fix to Pyomo version incompatibility (#686)
Browse files Browse the repository at this point in the history
Will need to update GridPath code to work with Pyomo v5.7.
  • Loading branch information
anamileva authored Aug 6, 2020
1 parent 31578a2 commit ec4e47c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
],
packages=find_packages(),
install_requires=[
"Pyomo", # Optimization modeling language
"pandas", # Data-processing
"Pyomo==5.6.9", # Optimization modeling language
"PyUtilib==5.8.0", # Temporary while fixing Pyomo 5.7 breaking changes
"pandas", # Data-processing
"bokeh==1.3.4", # Visualization library
"pscript", # Python to JavaScript compiler (for visualization)
"networkx" # network package for DC OPF
Expand Down

0 comments on commit ec4e47c

Please sign in to comment.