pypsa-eur/envs/environment.yaml

59 lines
774 B
YAML
Raw Normal View History

2023-06-02 14:59:06 +00:00
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
2021-09-14 14:37:41 +00:00
# SPDX-License-Identifier: MIT
2018-07-10 15:42:15 +00:00
name: pypsa-eur
channels:
2023-06-02 14:59:06 +00:00
- conda-forge
- bioconda
2018-07-10 15:42:15 +00:00
dependencies:
2023-06-02 14:59:06 +00:00
- python>=3.8
- pip
2023-06-02 14:59:06 +00:00
- pypsa>=0.23
- atlite>=0.2.9
- dask
# Dependencies of the workflow itself
2023-06-02 14:59:06 +00:00
- xlrd
- openpyxl!=3.1.1
- pycountry
- seaborn
- snakemake-minimal>=7.7.0
- memory_profiler
- yaml
- pytables
- lxml
- powerplantmatching>=0.5.5
- numpy
- pandas>=1.4
- geopandas>=0.11.0
- xarray
- rioxarray
- netcdf4
- networkx
- scipy
- shapely>=2.0
- pyomo
- matplotlib<3.6
- proj
- fiona
- country_converter
- geopy
- tqdm
- pytz
- tabula-py
- pyxlsb
- graphviz
# Keep in conda environment when calling ipython
2023-06-02 14:59:06 +00:00
- ipython
# GIS dependencies:
2023-06-02 14:59:06 +00:00
- cartopy
- descartes
- rasterio!=1.2.10
2023-06-02 14:59:06 +00:00
- pip:
- tsam>=1.1.0