Skip to content

Commit

Permalink
Pin numpy to 1.23 on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 3, 2024
1 parent dbf8354 commit b1b464a
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
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

0 comments on commit b1b464a

Please sign in to comment.