pypsa-eur/envs/environment.docs.yaml
Fabian Neumann 2fc1ea0255
some refactoring and code cleaning (#190)
* some refactoring and code cleaning

* execute pre-commit

* pre-commit: limit large files

* add license to .pre-commit

* add pre-commit to env

* solve: tidy memory logger

* travis: add conda list for easier debugging

* undo config test/tutorial without plotting, rm matplotlibrc, .licenses

* remove {networks} wildcard

* unadd pre-commit config

* add release notes

* restore REUSE compliance

* fix docs environment python version

* env: remove gurobi from dependencies

* fix unclean merge block

* fix elif to if

* lighter rtd style

* lighter rtd style II
2020-12-03 19:50:53 +01:00

46 lines
855 B
YAML
Executable File

# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: pypsa-eur-docs
channels:
- conda-forge
dependencies:
- python<=3.7
- pip
- pypsa>=0.17.1
- atlite=0.0.3
- pre-commit
# Dependencies of the workflow itself
- scikit-learn
- pycountry
- seaborn
- memory_profiler
- yaml
- pytables
- powerplantmatching>=0.4.3
# Second order dependencies which should really be deps of atlite
- xarray
- progressbar2
- pyyaml>=5.1.0
# GIS dependencies have to come all from conda-forge
- cartopy
- fiona
- proj
- pyshp
- geopandas
- rasterio
- shapely
- libgdal
- pip:
- vresutils==0.3.1
- git+https://github.com/PyPSA/glaes.git#egg=glaes
- git+https://github.com/PyPSA/geokit.git#egg=geokit
- cdsapi
- sphinx
- sphinx_rtd_theme