From bd6880c6a759092049eb0855acc2de76f37aa8a0 Mon Sep 17 00:00:00 2001 From: "Gustavo H. X. Shiroma" Date: Wed, 6 Mar 2024 15:44:50 -0800 Subject: [PATCH] fix the Docker ISCE3 version to 0.15.0 (2) --- Docker/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/environment.yml b/Docker/environment.yml index 7ee611d..0401f2a 100644 --- a/Docker/environment.yml +++ b/Docker/environment.yml @@ -10,6 +10,6 @@ dependencies: - pyre>=1.11.2 - scipy!=1.10.0 - - isce3>=0.15.0 + - isce3==0.15.0 # Workaround for the issue with `libabseil` (09/11/2023) - libabseil=20230125.3 \ No newline at end of file