Skip to content

Commit

Permalink
Change numpy pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Dec 17, 2023
1 parent 098c58d commit db04ba8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ liblapacke=*=*openblas
#
# Install requirements of our local and pip packages
#
numpy
numpy=1.26.*
scipy
matplotlib
cmake
Expand Down
2 changes: 1 addition & 1 deletion pkgs/moby2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
- gsl
- libactpol
- future
- numpy
- numpy=1.26.*
# Although not a dependency, we put numba here to force
# building with a numba-compatible numpy version
- numba
Expand Down
3 changes: 2 additions & 1 deletion pkgs/pixell/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ requirements:
- libtool
- python
- cython
- numpy=1.26.*
- scipy
- astropy
- healpy
Expand All @@ -54,7 +55,7 @@ requirements:
- libblas * *openblas
- liblapack * *openblas
- python
- numpy
- {{ pin_compatible('numpy') }}
- scipy
- astropy
- healpy
Expand Down
2 changes: 1 addition & 1 deletion pkgs/qpoint/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- libgomp # [linux]
- python
- setuptools
- numpy
- numpy=1.26.*
# Although not a dependency, we put numba here to force
# building with a numba-compatible numpy version
- numba
Expand Down
2 changes: 1 addition & 1 deletion pkgs/so3g/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requirements:
- libblas * *openblas
- liblapack * *openblas
- python
- numpy
- numpy=1.26.*
- scipy
- boost
- libboost-devel
Expand Down
3 changes: 2 additions & 1 deletion pkgs/toast/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ requirements:
- libblas * *openblas
- liblapack * *openblas
- python
- numpy=1.26.*
- fftw
- suitesparse
- libaatm
Expand All @@ -46,7 +47,7 @@ requirements:
- libblas * *openblas
- liblapack * *openblas
- python
- numpy
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('fftw') }}
- {{ pin_compatible('suitesparse') }}
- {{ pin_compatible('libaatm') }}
Expand Down

0 comments on commit db04ba8

Please sign in to comment.