pypsa-eur/envs/environment.yaml

67 lines
951 B
YAML
Raw Normal View History

2024-02-19 15:21:48 +00:00
# SPDX-FileCopyrightText: : 2017-2024 The PyPSA-Eur Authors
#
2024-05-26 05:25:40 +00:00
# SPDX-License-Identifier: CC0-1.0
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
- pypsa>=0.28
- linopy
- dask
# Dependencies of the workflow itself
- xlrd
2023-02-16 18:41:55 +00:00
- openpyxl!=3.1.1
- pycountry
- seaborn
- snakemake-minimal>=8.14
- memory_profiler
- yaml
- pytables
- lxml
2024-05-12 16:06:50 +00:00
- powerplantmatching>=0.5.15
- numpy
2023-12-18 08:35:17 +00:00
- pandas>=2.1
- geopandas>=0.11.0, <1
2023-12-18 10:23:32 +00:00
- xarray>=2023.11.0
- rioxarray
- netcdf4
- networkx
- scipy
- glpk
2023-02-08 19:45:59 +00:00
- shapely>=2.0
- pyscipopt
- matplotlib
- proj
- fiona
- country_converter
2023-03-08 17:47:45 +00:00
- geopy
- tqdm
- pytz
- tabula-py
- pyxlsb
- graphviz
2024-02-02 09:11:59 +00:00
- pre-commit
# Keep in conda environment when calling ipython
- ipython
# GIS dependencies:
- cartopy
- descartes
- rasterio!=1.2.10
- pip:
- tsam>=2.3.1
- snakemake-storage-plugin-http
2024-03-08 16:45:54 +00:00
- snakemake-executor-plugin-slurm
2024-03-09 11:07:15 +00:00
- snakemake-executor-plugin-cluster-generic
- highspy