https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 030d7d2c9ed11bfba002466214a4f2f9f64441ae authored by Fabian Neumann on 12 December 2023, 17:20:25 UTC
turn n_mod output into float
Tip revision: 030d7d2
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