pypsa-eur/envs/environment.yaml

63 lines
918 B
YAML
Raw Normal View History

2023-02-16 10:50:55 +00:00
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
2021-09-14 14:37:41 +00:00
# SPDX-License-Identifier: MIT
name: pypsa-eur
2018-07-10 15:42:15 +00:00
channels:
- conda-forge
- bioconda
2018-07-10 15:42:15 +00:00
dependencies:
- python>=3.8
- pip
- atlite>=0.2.9
2023-12-18 08:35:17 +00:00
- pypsa>=0.26.0
- linopy
- dask
# Dependencies of the workflow itself
- xlrd
2023-02-16 18:41:55 +00:00
- openpyxl!=3.1.1
- pycountry
- seaborn
2023-12-21 16:52:34 +00:00
# snakemake 8 introduced a number of breaking changes which the workflow has yet to be made compatible with
2023-12-21 10:57:24 +00:00
- snakemake-minimal>=7.7.0,<8.0.0
- memory_profiler
- yaml
- pytables
- lxml
- powerplantmatching>=0.5.5
- numpy
2023-12-18 08:35:17 +00:00
- pandas>=2.1
- geopandas>=0.11.0
2023-12-18 10:23:32 +00:00
- xarray>=2023.11.0
- rioxarray
- netcdf4
- networkx
- scipy
2023-02-08 19:45:59 +00:00
- shapely>=2.0
- pyomo
- matplotlib
- proj
- fiona
- country_converter
2023-03-08 17:47:45 +00:00
- geopy
- tqdm
- pytz
- tabula-py
- pyxlsb
- graphviz
2023-12-18 08:35:17 +00:00
- ipopt
# Keep in conda environment when calling ipython
- ipython
# GIS dependencies:
- cartopy
- descartes
- rasterio!=1.2.10
- pip:
- tsam>=2.3.1