From f8f22eb14fd593e29064176d85ae3a29a0f86c62 Mon Sep 17 00:00:00 2001 From: ClaraBuettner Date: Tue, 3 Sep 2024 17:24:07 +0200 Subject: [PATCH] Update version of pypsa and Python for building the rtd --- .readthedocs.yaml | 2 +- requirements-doc.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 629eb1fa..67b63551 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/requirements-doc.txt b/requirements-doc.txt index afabde02..9c3f4157 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -9,8 +9,8 @@ nbsphinx numpydoc pandas < 2 pyomo != 6.4.3 -pypsa == 0.20.1 +pypsa == 0.26.2 saio scikit-learn sphinx_rtd_theme > 1.2.2 -sqlalchemy \ No newline at end of file +sqlalchemy