test: revert setting highs as default solver, as not available for macos
This commit is contained in:
parent
98ce64c1ad
commit
bd55e368f7
@ -69,8 +69,8 @@ lines:
|
||||
|
||||
solving:
|
||||
solver:
|
||||
name: highs
|
||||
options: "highs-default"
|
||||
name: glpk
|
||||
options: "glpk-default"
|
||||
|
||||
|
||||
plotting:
|
||||
|
@ -73,8 +73,8 @@ industry:
|
||||
|
||||
solving:
|
||||
solver:
|
||||
name: highs
|
||||
options: highs-default
|
||||
name: glpk
|
||||
options: glpk-default
|
||||
mem: 4000
|
||||
|
||||
plotting:
|
||||
|
@ -65,8 +65,8 @@ sector:
|
||||
|
||||
solving:
|
||||
solver:
|
||||
name: highs
|
||||
options: highs-default
|
||||
name: glpk
|
||||
options: glpk-default
|
||||
mem: 4000
|
||||
|
||||
plotting:
|
||||
|
@ -75,8 +75,8 @@ industry:
|
||||
|
||||
solving:
|
||||
solver:
|
||||
name: highs
|
||||
options: highs-default
|
||||
name: glpk
|
||||
options: glpk-default
|
||||
mem: 4000
|
||||
|
||||
plotting:
|
||||
|
@ -64,8 +64,6 @@ Upcoming Release
|
||||
|
||||
* The ``highs`` solver was added to the default environment file.
|
||||
|
||||
* The default solver for testing the workflow in the CI has been changed from ``glpk`` to ``highs``.
|
||||
|
||||
|
||||
|
||||
PyPSA-Eur 0.9.0 (5th January 2024)
|
||||
|
@ -35,6 +35,7 @@ dependencies:
|
||||
- netcdf4
|
||||
- networkx
|
||||
- scipy
|
||||
- glpk
|
||||
- shapely>=2.0
|
||||
- pyscipopt
|
||||
- matplotlib
|
||||
|
Loading…
Reference in New Issue
Block a user