64 lines
941 B
YAML
64 lines
941 B
YAML
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
name: pypsa-eur
|
|
channels:
|
|
- conda-forge
|
|
- bioconda
|
|
dependencies:
|
|
- python>=3.8
|
|
- pip
|
|
|
|
- atlite>=0.2.9
|
|
- pypsa>=0.26.1
|
|
- linopy
|
|
- dask
|
|
|
|
# Dependencies of the workflow itself
|
|
- xlrd
|
|
- openpyxl!=3.1.1
|
|
- pycountry
|
|
- seaborn
|
|
# snakemake 8 introduced a number of breaking changes which the workflow has yet to be made compatible with
|
|
- snakemake-minimal>=7.7.0,<8.0.0
|
|
- memory_profiler
|
|
- yaml
|
|
- pytables
|
|
- lxml
|
|
- powerplantmatching>=0.5.5,!=0.5.9
|
|
- numpy
|
|
- pandas>=2.1
|
|
- geopandas>=0.11.0
|
|
- xarray>=2023.11.0
|
|
- rioxarray
|
|
- netcdf4
|
|
- networkx
|
|
- scipy
|
|
- glpk
|
|
- shapely>=2.0
|
|
- pyscipopt
|
|
- matplotlib
|
|
- proj
|
|
- fiona
|
|
- country_converter
|
|
- geopy
|
|
- tqdm
|
|
- pytz
|
|
- tabula-py
|
|
- pyxlsb
|
|
- graphviz
|
|
|
|
# Keep in conda environment when calling ipython
|
|
- ipython
|
|
|
|
# GIS dependencies:
|
|
- cartopy
|
|
- descartes
|
|
- rasterio!=1.2.10
|
|
|
|
|
|
- pip:
|
|
- tsam>=2.3.1
|
|
- highspy
|