pypsa-eur/envs/environment.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

67 lines
945 B
YAML
Raw Normal View History

2024-02-19 15:21:48 +00:00
# SPDX-FileCopyrightText: : 2017-2024 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
dependencies:
2022-09-10 13:38:30 +00:00
- python>=3.8
- pip
2022-09-10 13:31:43 +00:00
- atlite>=0.2.9
2023-12-29 10:32:53 +00:00
- pypsa>=0.26.1
- linopy
- dask
# Dependencies of the workflow itself
2018-07-10 15:42:15 +00:00
- xlrd
2023-02-16 18:41:55 +00:00
- openpyxl!=3.1.1
- pycountry
- seaborn
- snakemake-minimal>=8.11
- memory_profiler
2019-10-14 19:19:41 +00:00
- yaml
2019-10-28 11:02:33 +00:00
- pytables
- lxml
- powerplantmatching>=0.5.13
- 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
- glpk
2023-02-08 19:45:59 +00:00
- shapely>=2.0
- pyscipopt
- matplotlib
- proj
- fiona
2022-03-29 07:17:28 +00:00
- 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
2018-07-10 15:42:15 +00:00
- ipython
# GIS dependencies:
2022-09-10 13:38:30 +00:00
- cartopy
- descartes
- rasterio!=1.2.10
2018-07-10 15:42:15 +00:00
- 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