From 21c67202242b2f071e5f9b155808212f5223cdf8 Mon Sep 17 00:00:00 2001 From: zssherman Date: Tue, 24 Oct 2023 16:50:09 -0500 Subject: [PATCH] CI: Temporary pin python 3.11 until datattree does a release. --- doc/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/environment.yml b/doc/environment.yml index 0c10630d2b..f41b44da52 100644 --- a/doc/environment.yml +++ b/doc/environment.yml @@ -3,6 +3,7 @@ channels: - conda-forge - defaults dependencies: + - python=3.11 - gdal - numpy - scipy