test: revert setting highs as default solver, as not available for macos

This commit is contained in:
Fabian 2024-01-31 13:04:10 +01:00
parent 98ce64c1ad
commit bd55e368f7
6 changed files with 9 additions and 10 deletions

View File

@ -69,8 +69,8 @@ lines:
solving:
solver:
name: highs
options: "highs-default"
name: glpk
options: "glpk-default"
plotting:

View File

@ -73,8 +73,8 @@ industry:
solving:
solver:
name: highs
options: highs-default
name: glpk
options: glpk-default
mem: 4000
plotting:

View File

@ -65,8 +65,8 @@ sector:
solving:
solver:
name: highs
options: highs-default
name: glpk
options: glpk-default
mem: 4000
plotting:

View File

@ -75,8 +75,8 @@ industry:
solving:
solver:
name: highs
options: highs-default
name: glpk
options: glpk-default
mem: 4000
plotting:

View File

@ -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)

View File

@ -35,6 +35,7 @@ dependencies:
- netcdf4
- networkx
- scipy
- glpk
- shapely>=2.0
- pyscipopt
- matplotlib