https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 08e1fe1c02ec92462c9689df391804c35dc75479 authored by Fabian Hofmann on 25 July 2023, 07:12:44 UTC
Merge branch 'master' into optimize-retrieve-variable
Tip revision: 08e1fe1
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