From 202e3f61c5ffe86619036779c2b7e093b3791e01 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Tue, 9 Apr 2024 13:16:09 -0700 Subject: [PATCH] Adding in GDAL upper bounds for now. RE:#1425 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d20cae2cfa..54d9633b64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ # scripts/convert-requirements-to-conda-yml.py as though it can only be found # on pip. -GDAL>=3.4.2 +GDAL>=3.4.2,<3.8.5 Pyro4==4.77 # pip-only pandas>=1.2.1 numpy>=1.11.0,!=1.16.0