From 345331c301a49087812d00ee760a8709105d7bea Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 4 Oct 2023 18:21:13 +0200 Subject: [PATCH] reinsert graphviz to requirements.txt --- .readthedocs.yml | 2 -- doc/requirements.txt | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 30684052..ef3c4b0c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,8 +8,6 @@ build: os: ubuntu-22.04 tools: python: "3.11" - apt_packages: - - graphviz python: install: diff --git a/doc/requirements.txt b/doc/requirements.txt index 3e760c81..de3ed4e8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -7,6 +7,7 @@ sphinx sphinx_book_theme sphinxcontrib-bibtex myst-parser # recommark is deprecated, https://stackoverflow.com/a/71660856/13573820 +graphviz pypsa powerplantmatching>=0.5.5