From 416d61b9fed476029a026c467b379f957913d492 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:55:51 -0700 Subject: [PATCH] Bump mambaforge to 23.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We had to bump this for Auspice¹, so doing the same across all other RTD projects. ¹ --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 0f15f58f..747c0dfe 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,7 +4,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "mambaforge-22.9" + python: "mambaforge-23.11" conda: environment: conda.yml