From 1e0906e27a6f3e5e9aa7d79ff63a0dd8fe3cf156 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 18 Dec 2024 20:27:43 -0700 Subject: [PATCH] unpin fixes from #1429 --- configs/containers/specs/jedi-ci.yaml | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/configs/containers/specs/jedi-ci.yaml b/configs/containers/specs/jedi-ci.yaml index 4fb1600e9..7fb01480b 100644 --- a/configs/containers/specs/jedi-ci.yaml +++ b/configs/containers/specs/jedi-ci.yaml @@ -38,25 +38,25 @@ py-boto3@1.34.44, py-cartopy@0.24.1, py-cryptography@42.0.8, - py-eccodes@1.5.0, - py-f90nml@1.4.3, - py-gitpython@3.1.40, - py-h5py@3.12.1, - py-numpy@1.23.5, - py-pandas@1.5.3, + py-eccodes, + py-f90nml, + py-gitpython, + py-h5py, + py-numpy, + py-pandas, py-pip, - py-pyyaml@6.0.2, - py-scipy@1.12.0, - py-shapely@1.8.0, - py-xarray@2023.7.0, + py-pyyaml, + py-scipy, + py-shapely, + py-xarray, sp@2.5.0, udunits@2.2.28, w3emc@2.10.0, - nco@5.1.6, + nco, esmf@8.6.1, mapl@2.46.3, - zlib-ng@2.2.1, - zstd@1.5.2, + zlib-ng, + zstd, odc@1.5.2, shumlib@macos_clang_linux_intel_port, awscli-v2@2.15.53, @@ -68,6 +68,6 @@ jq@1.6 ] # Notes: # 1. Don't build CRTM by default so that it gets built in the JEDI bundles - # 2. Comment out for now until build problems are solved - # https://github.com/jcsda/spack-stack/issues/522 - # py-mysql-connector-python@8.0.32 + # 2. Avoid pinning packages to specific versions/variants unless absolutely + # needed, because config/common/packages.yaml does that already (removal + # of pinned versions in the above list is work in progress, DH 2024/12/18) \ No newline at end of file