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
|
2019-08-09 09:47:55 +00:00
|
|
|
#- bioconda
|
2019-08-08 15:14:02 +00:00
|
|
|
dependencies:
|
2019-08-09 11:31:02 +00:00
|
|
|
#- python
|
2019-08-08 15:14:02 +00:00
|
|
|
- pip
|
2020-03-23 16:05:59 +00:00
|
|
|
- pypsa>=0.17
|
2019-10-28 11:02:33 +00:00
|
|
|
- atlite
|
2019-08-08 15:14:02 +00:00
|
|
|
|
|
|
|
# Dependencies of the workflow itself
|
2019-08-09 09:47:55 +00:00
|
|
|
#- xlrd
|
2019-08-13 16:08:38 +00:00
|
|
|
- scikit-learn
|
2019-08-08 15:14:02 +00:00
|
|
|
- pycountry
|
|
|
|
- seaborn
|
2019-08-09 09:47:55 +00:00
|
|
|
#- snakemake-minimal
|
2019-08-08 15:14:02 +00:00
|
|
|
- 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
|
2019-10-28 14:08:53 +00:00
|
|
|
#- netcdf4
|
2019-08-09 09:47:55 +00:00
|
|
|
#- bottleneck
|
|
|
|
#- toolz
|
|
|
|
#- dask
|
2019-08-08 15:14:02 +00:00
|
|
|
- progressbar2
|
2019-11-19 18:36:28 +00:00
|
|
|
- pyyaml>=5.1.0
|
2019-08-08 15:14:02 +00:00
|
|
|
|
|
|
|
# Include ipython so that one does not inadvertently drop out of the conda
|
|
|
|
# environment by calling ipython
|
2019-08-09 09:47:55 +00:00
|
|
|
# - ipython
|
2019-08-08 15:14:02 +00:00
|
|
|
|
|
|
|
# GIS dependencies have to come all from conda-forge
|
2019-08-09 09:47:55 +00:00
|
|
|
- conda-forge::cartopy
|
2019-08-08 15:14:02 +00:00
|
|
|
- conda-forge::fiona
|
2020-01-23 08:55:59 +00:00
|
|
|
- conda-forge::proj
|
2019-08-08 15:14:02 +00:00
|
|
|
- conda-forge::pyshp
|
|
|
|
- conda-forge::geopandas
|
|
|
|
- conda-forge::rasterio
|
|
|
|
- conda-forge::shapely
|
|
|
|
- conda-forge::libgdal
|
|
|
|
|
|
|
|
# The FRESNA/KIT stuff is not packaged for conda yet
|
|
|
|
- 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
|