Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove pined pyomo version #51

Merged
merged 1 commit into from
Apr 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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