From 83dfa4ff2680a465d29b0312f4cc24467e1fb202 Mon Sep 17 00:00:00 2001 From: Alex Fore Date: Thu, 18 Apr 2024 05:28:09 -0700 Subject: [PATCH] Fix GDAL to 3.8.3 to avoid array size mis-match issue --- environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 3c3a69dc..567fa63f 100644 --- a/environment.yml +++ b/environment.yml @@ -11,7 +11,7 @@ dependencies: - python>=3.8 - asf_search - dem_stitcher>=2.5.0 - - gdal>=3.4.1 + - gdal==3.8.3 - h5py - joblib - matplotlib diff --git a/requirements.txt b/requirements.txt index fa16fa44..aa645efb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ python>=3.8 asf_search dem_stitcher>=2.5.0 -gdal>=3.4.1 +gdal==3.8.3 h5py joblib matplotlib