https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 2c65d8322443ecb8ad60d5e690c1bc7ec2224873 authored by Fabian on 25 October 2023, 14:55:02 UTC
networks: add crs description
Tip revision: 2c65d83
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