Skip to content
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
2 changes: 1 addition & 1 deletion config/binary/packages_conda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Adjust the default python version
python=3.12
python=3.13
#
jupyterlab
plotly
Expand Down
2 changes: 1 addition & 1 deletion config/default/packages_conda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Adjust the default python version
python=3.12
python=3.13
#
jupyterlab
plotly
Expand Down
4 changes: 2 additions & 2 deletions config/della/packages_conda.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Adjust the default python version
python=3.10
python=3.13
openmpi=4.1.*=external_*
#
# These are low-level tools needed to build local packages
# and parse pip dependencies with pipgrip.
#
pandas
ipython_genutils
radical.pilot
radical.pilot
2 changes: 1 addition & 1 deletion config/minimal/packages_conda.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Adjust the default python version
python=3.12
python=3.13
#
2 changes: 1 addition & 1 deletion config/perlmutter/packages_conda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Adjust the default python version
python=3.12
python=3.13
#
plotly
plotly-resampler
2 changes: 1 addition & 1 deletion config/tiger3/packages_conda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Adjust the default python version
python=3.11
python=3.13
openmpi=4.1.6=external_*
#
# These are low-level tools needed to build local packages
Expand Down
2 changes: 1 addition & 1 deletion config/universe/packages_conda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Adjust the default python version
python=3.12
python=3.13
#
jupyterlab
plotly
Expand Down
2 changes: 1 addition & 1 deletion pkgs/libactpol/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requirements:
# https://github.com/conda-forge/perl-feedstock/issues/56
- libxcrypt1 # [linux]
# Not a dependency, force installing a NaMaster-compatible CFITSIO version
- namaster >=2.4
- namaster
# Not a dependency, force installing a compatible libraries
- so3g
- toast
Expand Down
1 change: 1 addition & 0 deletions pkgs/libactpol_deps/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ requirements:
- libopenblas * *openmp*
- libblas * *openblas
- zziplib
- namaster
run:

test:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/moby2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requirements:
# building with a numba-compatible numpy version
- numba
# Not a dependency, force installing a NaMaster-compatible GSL version
- namaster >=2.4
- namaster
# Not a dependency, force installing a compatible libraries
- so3g
- toast
Expand Down
12 changes: 6 additions & 6 deletions pkgs/so3g/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ requirements:
- pip
- numpy
- scipy
- boost
- libboost-devel
- libboost-python-devel
- libboost <1.89
- libboost-devel <1.89
- libboost-headers <1.89
- libboost-python <1.89
- libboost-python-devel <1.89
- libflac
- gsl
- glog
Expand All @@ -45,16 +47,14 @@ requirements:
# building with a numba-compatible numpy version
- numba
# Not a dependency, force installing a NaMaster-compatible GSL version
- namaster >=2.4
- namaster
run:
- llvm-openmp # [osx]
- libopenblas * *openmp*
- libblas * *openblas
- {{ pin_compatible("scipy") }}
- {{ pin_compatible("libopenblas") }}
- {{ pin_compatible("libblas") }}
- {{ pin_compatible("libboost-python") }}
- {{ pin_compatible("libboost") }}
- {{ pin_compatible("libflac") }}
- {{ pin_compatible("gsl") }}
- python
Expand Down
Loading