Skip to content

Commit

Permalink
Removing specifying liblapack. (#2327)
Browse files Browse the repository at this point in the history
* Removing specifying liblapack.

* Switching to setuptools 69.

* Adding comment explaining setuptools version.

* Adding back windows lapack dependency to see if needed.
  • Loading branch information
joshua-cogliati-inl authored and Jimmy-INL committed Jul 6, 2024
1 parent 7452cf6 commit ea4328a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,9 @@ Note all install methods after "main" take
<ipopt skip_check='True' optional='True'/>
<cyipopt optional='True'/>
<pyomo-extensions source="pyomo" skip_check='True' optional='True'/>
<setuptools/>
<!-- This is because liblapack 3.9.0 build 21 is broken (and can probably be removed if there ever is a build 22). This can also be removed when scipy is updated to version 1.12 -->
<liblapack skip_check='True' os='linux' machine='x86_64'>3.9.0=20_linux64_openblas</liblapack>
<liblapack skip_check='True' os='windows' machine='x86_64'>3.9.0=20_win64_mkl</liblapack>
<liblapack skip_check='True' os='mac' machine='x86_64'>3.9.0=20_osx64_openblas</liblapack>
<setuptools>69</setuptools> <!-- ray 2.6 can't be installed with setuptools 70 -->
<!-- source="mamba" are the ones installed when mamba is installed -->
<mamba source="mamba" skip_check='True'/>
<serpentTools optional='True' source="pip"/>
Expand Down

0 comments on commit ea4328a

Please sign in to comment.