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
|
|
|
|
2018-07-10 15:42:15 +00:00
|
|
|
name: pypsa-eur
|
|
|
|
channels:
|
2022-09-16 13:04:04 +00:00
|
|
|
- conda-forge
|
|
|
|
- bioconda
|
2018-07-10 15:42:15 +00:00
|
|
|
dependencies:
|
2022-09-16 13:04:04 +00:00
|
|
|
- python>=3.8
|
|
|
|
- pip
|
2019-05-26 08:24:42 +00:00
|
|
|
|
2022-12-27 09:51:02 +00:00
|
|
|
- pypsa>=0.21.3
|
2022-09-16 13:04:04 +00:00
|
|
|
- atlite>=0.2.9
|
|
|
|
- dask
|
2019-05-26 08:24:42 +00:00
|
|
|
|
|
|
|
# Dependencies of the workflow itself
|
2022-09-16 13:04:04 +00:00
|
|
|
- xlrd
|
2023-02-16 18:41:55 +00:00
|
|
|
- openpyxl!=3.1.1
|
2022-09-16 13:04:04 +00:00
|
|
|
- pycountry
|
|
|
|
- seaborn
|
2023-03-08 18:28:00 +00:00
|
|
|
- snakemake-minimal>=7.7.0
|
2022-09-16 13:04:04 +00:00
|
|
|
- memory_profiler
|
|
|
|
- yaml
|
|
|
|
- pytables
|
|
|
|
- lxml
|
2023-02-16 10:50:55 +00:00
|
|
|
- powerplantmatching>=0.5.5
|
2022-12-27 10:30:33 +00:00
|
|
|
- numpy<1.24
|
2022-09-26 10:33:13 +00:00
|
|
|
- pandas>=1.4
|
2022-09-16 13:04:04 +00:00
|
|
|
- geopandas>=0.11.0
|
|
|
|
- xarray
|
|
|
|
- netcdf4
|
|
|
|
- networkx
|
|
|
|
- scipy
|
2023-02-08 19:45:59 +00:00
|
|
|
- shapely>=2.0
|
2022-09-16 13:04:04 +00:00
|
|
|
- pyomo
|
2022-12-28 14:10:45 +00:00
|
|
|
- matplotlib<3.6
|
2022-09-16 13:04:04 +00:00
|
|
|
- proj
|
2022-12-27 09:51:02 +00:00
|
|
|
- fiona
|
2022-09-16 13:04:04 +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
|
2022-09-16 13:04:04 +00:00
|
|
|
- ipython
|
2018-08-17 08:42:56 +00:00
|
|
|
|
2020-02-10 11:06:43 +00:00
|
|
|
# GIS dependencies:
|
2022-09-16 13:04:04 +00:00
|
|
|
- cartopy
|
|
|
|
- descartes
|
2022-09-19 10:40:58 +00:00
|
|
|
- rasterio!=1.2.10
|
2021-06-29 06:45:09 +00:00
|
|
|
|
2022-09-16 13:04:04 +00:00
|
|
|
- pip:
|
|
|
|
- vresutils>=0.3.1
|
|
|
|
- tsam>=1.1.0
|