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:
|
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-09-16 13:04:04 +00:00
|
|
|
- pypsa>=0.20
|
|
|
|
- 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
|
|
|
|
- openpyxl
|
|
|
|
- pycountry
|
|
|
|
- seaborn
|
|
|
|
- snakemake-minimal
|
|
|
|
- memory_profiler
|
|
|
|
- yaml
|
|
|
|
- pytables
|
|
|
|
- lxml
|
|
|
|
- powerplantmatching>=0.5.4
|
|
|
|
- numpy
|
|
|
|
- pandas
|
|
|
|
- geopandas>=0.11.0
|
|
|
|
- xarray
|
|
|
|
- netcdf4
|
|
|
|
- networkx
|
|
|
|
- scipy
|
|
|
|
- shapely<2.0 # need to address deprecations
|
|
|
|
- progressbar2
|
|
|
|
- pyomo
|
|
|
|
- matplotlib
|
|
|
|
- proj
|
|
|
|
- fiona <= 1.18.20 # Till issue https://github.com/Toblerity/Fiona/issues/1085 is not solved
|
|
|
|
- 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
|
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
|
|
|
|
- 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
|
2022-09-16 13:04:04 +00:00
|
|
|
- geopy
|
|
|
|
- tqdm
|
|
|
|
- pytz
|
|
|
|
- tabula-py
|
|
|
|
- pyxlsb
|
2018-08-17 08:42:56 +00:00
|
|
|
|
2022-09-16 13:04:04 +00:00
|
|
|
- pip:
|
|
|
|
- vresutils>=0.3.1
|
|
|
|
- tsam>=1.1.0
|