Skip to content

Commit

Permalink
Merge pull request #51 from idaholab/wangc/upgrade_pyomo
Browse files Browse the repository at this point in the history
remove pined pyomo version
  • Loading branch information
mandd authored Apr 19, 2023
2 parents 4f9470f + 545576f commit 637955a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- fix the version of pyomo, this is because, in the version after 5.7.3, PySP package is moved to a independent
lib. See https://pyomo.readthedocs.io/en/latest/modeling_extensions/stochastic_programming.html
We need to update LOGOS to use either PySP or mpi-sppy, using 5.7 which will consistent with HERON-->
<pyomo source="forge">6.5</pyomo>
<pyomo source="forge"/>
<coincbc os="mac,linux" skip_check="True" source="forge">2.10.5</coincbc>
<!-- Windows doesn't have coincbc, so get it through cbcpy? cbcpy doesn't exist in python newer than 3.7, so this is not a good solution. The suggestion to use cbcpy was in https://stackoverflow.com/questions/58868054/how-to-install-coincbc-using-conda-->
<glpk skip_check="True" source="forge" />
Expand Down

0 comments on commit 637955a

Please sign in to comment.