Skip to content
Open
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
6 changes: 3 additions & 3 deletions dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<!-- 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"/>
<pyomo source="pip"/>
<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" />
<pyutilib source='forge'/>
<numpy-financial source='forge'/>
<pyutilib source='pip'/>
<numpy-financial source='pip'/>
</main>

<alternate name="pip">
Expand Down