From c79cfc57aa2225d058249ca318dab4115f69df20 Mon Sep 17 00:00:00 2001 From: Matthew Filipovich <42307495+MatthewFilipovich@users.noreply.github.com> Date: Wed, 29 May 2024 22:32:48 +0100 Subject: [PATCH] Update readthedocs --- docs/docs_requirements.txt | 3 ++- readthedocs.yaml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs_requirements.txt b/docs/docs_requirements.txt index f87b787..77a0660 100644 --- a/docs/docs_requirements.txt +++ b/docs/docs_requirements.txt @@ -6,4 +6,5 @@ dill==0.3.3 scipy==1.6.3 tqdm==4.61.2 matplotlib==3.4.2 -jinja2<3.1.0 \ No newline at end of file +jinja2<3.1.0 +setuptools>=51.0.0 \ No newline at end of file diff --git a/readthedocs.yaml b/readthedocs.yaml index 414d193..f948b46 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -4,10 +4,9 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.7" + python: "3.12" python: - version: 3.7 install: - requirements: docs/docs_requirements.txt