https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 289535929cc0da82639f6cc20ca3528f170243f8 authored by Fabian on 25 July 2023, 13:27:09 UTC
optimize: rolling horizon: fix logging printout for failed optimization
Tip revision: 2895359
environment.yml
name: binder
channels:
- conda-forge
dependencies:
- pypsa
- python
- six >= 1.13.0
- numpy
- pyomo
- scipy
- pandas>=0.24.0
- pytables
- matplotlib
- networkx>=1.10
- pyomo
- cartopy>=0.16
- coincbc
- glpk
- gurobi::gurobi
- pip:
  - git+https://github.com/FRESNA/vresutils.git#egg=vresutils
back to top