https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 1bd236198c55074ecc8930f55364fb5538ceeff9 authored by Fabian Neumann on 27 June 2023, 10:42:42 UTC
Merge pull request #656 from PyPSA/prep-v0.24
Tip revision: 1bd2361
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