Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin matplotlib and numpy to 3.7.4 and 1.23.5 #1283

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ packages:
## To avoid duplicate packages
#py-jinja2:
# require: '@3.1.2'
# https://github.com/JCSDA/spack-stack/issues/1276
py-matplotlib:
DavidHuber-NOAA marked this conversation as resolved.
Show resolved Hide resolved
require: '@3.7.4'
py-meson-python:
require: '@0.15.0'
# Comment out for now until build problems are solved
Expand All @@ -226,9 +229,10 @@ packages:
require: '@1.5.8 ~mpi'
# [email protected] causes many build problems with older Python packages
# also check Nautilus site config when making changes here
# https://github.com/JCSDA/spack-stack/issues/1276
py-numpy:
DavidHuber-NOAA marked this conversation as resolved.
Show resolved Hide resolved
require:
- '@:1.25'
- '@:1.23.5'
py-pandas:
require: '+excel'
py-pybind11:
Expand Down
2 changes: 1 addition & 1 deletion configs/sites/tier1/acorn/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
# *DH
eckit:
require:
Expand Down
2 changes: 1 addition & 1 deletion configs/sites/tier1/aws-pcluster/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
# *DH
2 changes: 1 addition & 1 deletion configs/sites/tier1/derecho/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
# *DH

2 changes: 1 addition & 1 deletion configs/sites/tier1/gaea-c5/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
# *DH

### All other external packages listed alphabetically
Expand Down
2 changes: 1 addition & 1 deletion configs/sites/tier1/gaea-c6/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
# *DH

### All other external packages listed alphabetically
Expand Down
2 changes: 1 addition & 1 deletion configs/sites/tier1/hera/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
# *DH
zlib-ng:
require:
Expand Down
2 changes: 1 addition & 1 deletion configs/sites/tier1/hercules/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
2 changes: 1 addition & 1 deletion configs/sites/tier1/nautilus/packages_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ packages:
- '@1.2.1 +mkl'
py-numpy:
require::
- '@:1.25 ^intel-oneapi-mkl'
- '@:1.23 ^intel-oneapi-mkl'
2 changes: 1 addition & 1 deletion configs/sites/tier1/noaa-aws/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
# *DH
2 changes: 1 addition & 1 deletion configs/sites/tier1/noaa-azure/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
# *DH
2 changes: 1 addition & 1 deletion configs/sites/tier1/noaa-gcloud/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
# *DH
2 changes: 1 addition & 1 deletion configs/sites/tier1/orion/packages_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'
2 changes: 1 addition & 1 deletion configs/sites/tier1/s4/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages:
- '@1.2.1 ~mkl'
py-numpy:
require::
- '@:1.25 ^openblas'
- '@:1.23 ^openblas'

### All other external packages listed alphabetically
autoconf:
Expand Down
Loading