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

Removing cbcpy. #42

Merged
merged 2 commits into from
Aug 23, 2022
Merged
Changes from 1 commit
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
3 changes: 1 addition & 2 deletions dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
We need to update LOGOS to use either PySP or mpi-sppy, using 5.7 which will consistent with HERON-->
<pyomo source="forge"/>
<coincbc os="mac,linux" skip_check="True" source="forge" />
<!-- Windows doesn't have coincbc, so get it through cbcpy? see https://stackoverflow.com/questions/58868054/how-to-install-coincbc-using-conda-->
<cbcpy os="windows" source='pip'/>
<!-- 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" />
<ipopt skip_check="True" source="forge" />
</main>
Expand Down