From 5520ecfa57eb2a2c7ea54ab80d574acdbd97a980 Mon Sep 17 00:00:00 2001 From: David Brooks Date: Tue, 21 May 2024 10:59:52 +1200 Subject: [PATCH] Conda doesn't have `requests>=2.32.0` so downgrade to `>=2.31.0` --- envs/mapmaker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/mapmaker.yaml b/envs/mapmaker.yaml index 0163d6ee..3a2e2825 100644 --- a/envs/mapmaker.yaml +++ b/envs/mapmaker.yaml @@ -7,7 +7,7 @@ dependencies: - python-pptx>=0.6.21,<0.7.0 - conda-forge::numpy>=1.24 - beziers>=0.4.0,<0.6.0 - - requests>=2.32.0,<3.0.0 + - requests>=2.31.0,<3.0.0 - pyparsing>=3.0.9,<4.0.0 - pyyaml>=6.0,<7.0 - rdflib>=6.2.0,<7.0.0