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:09:03 +00:00
|
|
|
name: pypsa-eur-eee
|
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
|
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-03-08 18:28:00 +00:00
|
|
|
- snakemake-minimal>=7.7.0
|
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
|
2022-09-26 10:33:13 +00:00
|
|
|
- pandas>=1.4
|
2022-06-23 12:25:30 +00:00
|
|
|
- geopandas>=0.11.0
|
2023-10-12 15:09:03 +00:00
|
|
|
- xarray<=2023.8.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
|
2022-12-28 14:10:45 +00:00
|
|
|
- matplotlib<3.6
|
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
|
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-08-25 14:20:06 +00:00
|
|
|
- git+https://github.com/fneum/tsam.git@performance
|
2023-10-04 14:04:57 +00:00
|
|
|
- pypsa>=0.25.2
|