https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 8ba8f46b8a19911815f1b7b84c42f2da6bf48f0e authored by Fabian Neumann on 07 March 2022, 14:59:04 UTC
release 0.19.2
Tip revision: 8ba8f46
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