2022-07-26 13:05:59 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2022 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:
|
|
|
|
- conda-forge
|
|
|
|
- bioconda
|
|
|
|
dependencies:
|
2022-09-10 13:31:43 +00:00
|
|
|
- python==3.9
|
2019-05-26 08:24:42 +00:00
|
|
|
- pip
|
|
|
|
|
2022-07-26 12:04:06 +00:00
|
|
|
- pypsa>=0.20
|
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
|
2021-01-13 16:24:42 +00:00
|
|
|
- openpyxl
|
2018-12-10 17:34:22 +00:00
|
|
|
- pycountry
|
2019-05-26 08:24:42 +00:00
|
|
|
- seaborn
|
2020-11-12 15:27:52 +00:00
|
|
|
- snakemake-minimal
|
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-09-10 13:31:43 +00:00
|
|
|
- powerplantmatching>=0.5.4
|
2021-09-14 12:14:31 +00:00
|
|
|
- numpy
|
2022-02-18 09:09:58 +00:00
|
|
|
- pandas
|
2022-06-23 12:25:30 +00:00
|
|
|
- geopandas>=0.11.0
|
2021-06-29 06:45:09 +00:00
|
|
|
- xarray
|
|
|
|
- netcdf4
|
|
|
|
- networkx
|
|
|
|
- scipy
|
2022-09-10 13:31:43 +00:00
|
|
|
- shapely<2.0 # need to address deprecations
|
2021-06-29 06:45:09 +00:00
|
|
|
- progressbar2
|
|
|
|
- pyomo
|
|
|
|
- matplotlib
|
2022-01-14 07:43:21 +00:00
|
|
|
- proj
|
2022-09-10 13:31:43 +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
|
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:31:43 +00:00
|
|
|
- cartopy>=0.16
|
2020-12-02 16:48:47 +00:00
|
|
|
- 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
|
2021-06-29 06:45:09 +00:00
|
|
|
|
|
|
|
# PyPSA-Eur-Sec Dependencies
|
|
|
|
- geopy
|
|
|
|
- tqdm
|
|
|
|
- pytz
|
2021-08-09 12:37:51 +00:00
|
|
|
- tabula-py
|
2022-07-23 07:24:03 +00:00
|
|
|
- pyxlsb
|
2018-08-17 08:42:56 +00:00
|
|
|
|
2018-07-10 15:42:15 +00:00
|
|
|
- pip:
|
2022-01-14 07:43:21 +00:00
|
|
|
- vresutils>=0.3.1
|
2020-12-03 15:02:21 +00:00
|
|
|
- tsam>=1.1.0
|