Skip to content

Commit b211b18

Browse files
committed
Update configs/containers/specs/jedi-ci.yaml: unpin Python packages, because configs/common/packages.yaml takes care of this
1 parent 7e70899 commit b211b18

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

configs/containers/specs/jedi-ci.yaml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,24 @@
3434
3535
3636
37-
py-eccodes@1.5.0,
38-
py-f90nml@1.4.3,
39-
py-gitpython@3.1.40,
40-
py-h5py@3.11.0,
41-
py-numpy@1.23.5,
42-
py-pandas@1.5.3,
37+
py-eccodes,
38+
py-f90nml,
39+
py-gitpython,
40+
py-h5py,
41+
py-numpy,
42+
py-pandas,
4343
py-pip,
44-
45-
46-
47-
48-
44+
py-pyyaml,
45+
py-scipy,
46+
py-shapely,
47+
py-xarray,
4948
5049
51-
nco@5.1.6,
50+
nco,
5251
5352
54-
zlib-ng@2.1.5,
55-
zstd@1.5.2,
53+
zlib-ng,
54+
zstd,
5655
5756
shumlib@macos_clang_linux_intel_port,
5857
@@ -64,6 +63,6 @@
6463
6564
# Notes:
6665
# 1. Don't build CRTM by default so that it gets built in the JEDI bundles
67-
# 2. Comment out for now until build problems are solved
68-
# https://github.com/jcsda/spack-stack/issues/522
69-
66+
# 2. Avoid pinning packages to specific versions/variants unless absolutely
67+
# needed, because config/common/packages.yaml does that already (removal
68+
# of pinned versions in the above list is work in progress, DH 2024/12/18)

0 commit comments

Comments
 (0)