2023-02-16 10:50:55 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
|
2020-05-29 07:50:55 +00:00
|
|
|
#
|
2021-09-14 14:37:41 +00:00
|
|
|
# SPDX-License-Identifier: MIT
|
2020-05-29 07:50:55 +00:00
|
|
|
|
2023-10-12 15:11:41 +00:00
|
|
|
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
|
2019-05-26 08:24:42 +00:00
|
|
|
- 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
|
2023-12-04 13:39:23 +00:00
|
|
|
- linopy
|
2022-01-14 07:43:21 +00:00
|
|
|
- dask
|
2019-05-26 08:24:42 +00:00
|
|
|
|
|
|
|
# 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
|
2018-12-10 17:34:22 +00:00
|
|
|
- pycountry
|
2019-05-26 08:24:42 +00:00
|
|
|
- seaborn
|
2023-12-31 12:01:17 +00:00
|
|
|
- snakemake-minimal>=8
|
2019-06-05 12:14:37 +00:00
|
|
|
- memory_profiler
|
2019-10-14 19:19:41 +00:00
|
|
|
- yaml
|
2019-10-28 11:02:33 +00:00
|
|
|
- pytables
|
2020-02-25 10:28:38 +00:00
|
|
|
- lxml
|
2022-12-27 09:51:02 +00:00
|
|
|
- powerplantmatching>=0.5.5
|
2023-05-11 14:58:35 +00:00
|
|
|
- numpy
|
2023-12-18 08:35:17 +00:00
|
|
|
- pandas>=2.1
|
2022-06-23 12:25:30 +00:00
|
|
|
- geopandas>=0.11.0
|
2023-12-18 10:23:32 +00:00
|
|
|
- xarray>=2023.11.0
|
2023-02-08 10:45:18 +00:00
|
|
|
- rioxarray
|
2021-06-29 06:45:09 +00:00
|
|
|
- netcdf4
|
|
|
|
- networkx
|
|
|
|
- scipy
|
2023-02-08 19:45:59 +00:00
|
|
|
- shapely>=2.0
|
2021-06-29 06:45:09 +00:00
|
|
|
- pyomo
|
2023-12-04 13:39:23 +00:00
|
|
|
- matplotlib
|
2022-01-14 07:43:21 +00:00
|
|
|
- proj
|
2022-12-27 09:51:02 +00:00
|
|
|
- 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
|
2023-12-18 08:35:17 +00:00
|
|
|
- ipopt
|
2019-02-01 17:09:55 +00:00
|
|
|
|
2020-12-03 18:50:53 +00:00
|
|
|
# Keep in conda environment when calling ipython
|
2018-07-10 15:42:15 +00:00
|
|
|
- ipython
|
2018-08-17 08:42:56 +00:00
|
|
|
|
2020-02-10 11:06:43 +00:00
|
|
|
# GIS dependencies:
|
2022-09-10 13:38:30 +00:00
|
|
|
- cartopy
|
2020-12-02 16:48:47 +00:00
|
|
|
- descartes
|
2022-09-19 10:40:58 +00:00
|
|
|
- rasterio!=1.2.10
|
2021-06-29 06:45:09 +00:00
|
|
|
|
2023-07-26 11:49:30 +00:00
|
|
|
|
2018-07-10 15:42:15 +00:00
|
|
|
- pip:
|
2023-10-08 09:10:09 +00:00
|
|
|
- tsam>=2.3.1
|
2023-12-31 13:13:08 +00:00
|
|
|
- snakemake-storage-plugin-http
|
2024-03-08 16:45:54 +00:00
|
|
|
- snakemake-executor-plugin-slurm
|