2020-05-29 07:50:55 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2019-08-09 09:13:02 +00:00
|
|
|
name: pypsa-eur-docs
|
2019-08-08 15:14:02 +00:00
|
|
|
channels:
|
|
|
|
- conda-forge
|
|
|
|
dependencies:
|
2020-12-03 18:50:53 +00:00
|
|
|
- python<=3.7
|
2019-08-08 15:14:02 +00:00
|
|
|
- pip
|
2020-07-20 15:33:15 +00:00
|
|
|
- pypsa>=0.17.1
|
2020-06-08 10:28:18 +00:00
|
|
|
- atlite=0.0.3
|
2020-12-03 18:50:53 +00:00
|
|
|
- pre-commit
|
2019-08-08 15:14:02 +00:00
|
|
|
|
|
|
|
# Dependencies of the workflow itself
|
2019-08-13 16:08:38 +00:00
|
|
|
- scikit-learn
|
2019-08-08 15:14:02 +00:00
|
|
|
- pycountry
|
|
|
|
- seaborn
|
|
|
|
- memory_profiler
|
2019-10-14 19:19:41 +00:00
|
|
|
- yaml
|
2019-10-28 11:02:33 +00:00
|
|
|
- pytables
|
2019-11-28 07:22:52 +00:00
|
|
|
- powerplantmatching>=0.4.3
|
2019-08-08 15:14:02 +00:00
|
|
|
|
|
|
|
# Second order dependencies which should really be deps of atlite
|
|
|
|
- xarray
|
|
|
|
- progressbar2
|
2019-11-19 18:36:28 +00:00
|
|
|
- pyyaml>=5.1.0
|
2019-08-08 15:14:02 +00:00
|
|
|
|
|
|
|
# GIS dependencies have to come all from conda-forge
|
2020-12-03 18:50:53 +00:00
|
|
|
- cartopy
|
|
|
|
- fiona
|
|
|
|
- proj
|
|
|
|
- pyshp
|
|
|
|
- geopandas
|
|
|
|
- rasterio
|
|
|
|
- shapely
|
|
|
|
- libgdal
|
2019-08-08 15:14:02 +00:00
|
|
|
|
|
|
|
- pip:
|
2020-03-15 11:52:50 +00:00
|
|
|
- vresutils==0.3.1
|
2019-10-03 14:54:22 +00:00
|
|
|
- git+https://github.com/PyPSA/glaes.git#egg=glaes
|
2019-08-08 15:14:02 +00:00
|
|
|
- git+https://github.com/PyPSA/geokit.git#egg=geokit
|
2019-10-14 19:19:41 +00:00
|
|
|
- cdsapi
|
2019-08-09 09:47:55 +00:00
|
|
|
- sphinx
|
2019-11-08 15:51:01 +00:00
|
|
|
- sphinx_rtd_theme
|