https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 5e111801d8d07f257a776f1579afd58cc62dc5e1 authored by Philipp Glaum on 01 November 2023, 13:34:49 UTC
adjust plotting function
Tip revision: 5e11180
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