pypsa-eur/envs/environment.yaml

61 lines
1.0 KiB
YAML
Raw Normal View History

2022-07-26 13:05:59 +00:00
# SPDX-FileCopyrightText: : 2017-2022 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:
- conda-forge
- bioconda
dependencies:
2022-09-10 13:38:30 +00:00
- python>=3.8
- pip
2022-07-26 12:04:06 +00:00
- pypsa>=0.20
2022-09-10 13:31:43 +00:00
- atlite>=0.2.9
- dask
# Dependencies of the workflow itself
2018-07-10 15:42:15 +00:00
- xlrd
- openpyxl
- pycountry
- seaborn
- snakemake-minimal
- memory_profiler
2019-10-14 19:19:41 +00:00
- yaml
2019-10-28 11:02:33 +00:00
- pytables
- lxml
2022-09-10 13:31:43 +00:00
- powerplantmatching>=0.5.4
- numpy
- pandas
- geopandas>=0.11.0
- xarray
- netcdf4
- networkx
- scipy
2022-09-10 13:31:43 +00:00
- shapely<2.0 # need to address deprecations
- progressbar2
- pyomo
- matplotlib
- proj
2022-09-10 13:38:30 +00:00
- fiona <= 1.18.20 # Till issue https://github.com/Toblerity/Fiona/issues/1085 is not solved
2022-03-29 07:17:28 +00:00
- country_converter
# 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
2022-06-03 16:05:32 +00:00
- rasterio<=1.2.9 # 1.2.10 creates error https://github.com/PyPSA/atlite/issues/238
# PyPSA-Eur-Sec Dependencies
- geopy
- tqdm
- pytz
- tabula-py
- pyxlsb
2018-07-10 15:42:15 +00:00
- pip:
- vresutils>=0.3.1
- tsam>=1.1.0