From 6bd74f5f23593f0c26e9ce1c2d24c3adbc0342f3 Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Thu, 30 Nov 2023 18:31:34 +0100 Subject: [PATCH] restrict python >=3.8 --- environment-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment-docs.yml b/environment-docs.yml index 4d55a14..0a09dcb 100644 --- a/environment-docs.yml +++ b/environment-docs.yml @@ -3,6 +3,7 @@ name: emu-docs channels: - conda-forge dependencies: +- python >=3.8,<3.11 - pywps >=4.5.2 - sphinx - nbsphinx