From b786ec7301e03280d99075fb65a26bcfc68f9c31 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sun, 15 Oct 2023 13:56:32 +0200 Subject: [PATCH] Update to mpas_tools 0.26.0 This brings in the `vector_reconstruct` command-line tool. --- conda/compass_env/spec-file.template | 2 +- conda/recipe/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/compass_env/spec-file.template b/conda/compass_env/spec-file.template index 260713cf32..da9305390c 100644 --- a/conda/compass_env/spec-file.template +++ b/conda/compass_env/spec-file.template @@ -22,7 +22,7 @@ mache=1.16.0 {% endif %} matplotlib-base metis -mpas_tools=0.23.0 +mpas_tools=0.26.0 nco netcdf4=*=nompi_* numpy diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml index 2cb1087b39..d9f0041670 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -57,7 +57,7 @@ requirements: - mache 1.16.0 - matplotlib-base - metis - - mpas_tools 0.23.0 + - mpas_tools 0.26.0 - nco - netcdf4 * nompi_* - numpy