From f7e2f9905d4332172a509633e3f8e47253c79fb7 Mon Sep 17 00:00:00 2001 From: thudson Date: Mon, 13 Apr 2026 23:52:00 +0000 Subject: [PATCH] Update eigen version in environment.yml to match present in tools/imagesets/oracle8conda/dev/environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 7297d75cf..2fada1dbc 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ dependencies: - backoff - cmake>=3.18 - cxx-compiler - - eigen>=3.3 + - eigen>=3.3.7 - fftw>=3.3 # GDAL 3.6.0 was the first to build with cmake, needed for FindGDAL module # https://github.com/conda-forge/gdal-feedstock/pull/651