https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 220ce5acf479f884b494e7e7b29978729df08f2b authored by lisazeyen on 10 February 2023, 15:52:25 UTC
remove duplicated linopy in env
Tip revision: 220ce5a
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