Conversation
- Bump version of qpoint - The local pixell recipe is out of date compared to upstream, and the conda-forge feedstock has everything we need. Remove the locally built package and use the upstream package in all cases. - The conda MPI package now depends on ucx on linux, and this gives errors on installation when the package is not installed as part of the conda create command. Move the MPI check to before the environment creation command in soconda.sh. - When using conda MPI, switch from openmpi to mpich, which has a simpler default configuration. - Change test matrix to include python-3.13 - When using pipgrip to find the dependencies of pip packages and install them with conda, ignore the sotodlib package. We already install the dependencies of this package and pipgrip dies trying to recursively parse the large tree of dependencies. - Build local packages with numpy-2.3 instead of 2.1. - Fix toast and so3g recipes to include explicit dependency on setuptools
iparask
reviewed
Feb 9, 2026
iparask
reviewed
Feb 9, 2026
Member
Author
|
Ok, there is one sotodlib unit test failure on macos: But I don't think that should hold up our next tag. Merging now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump version of qpoint
The local pixell recipe is out of date compared to upstream, and the
conda-forge feedstock has everything we need. Remove the locally
built package and use the upstream package in all cases.
The conda MPI package now depends on ucx on linux, and this gives
errors on installation when the package is not installed as part of
the conda create command. Move the MPI check to before the environment
creation command in soconda.sh.
When using conda MPI, switch from openmpi to mpich, which has a simpler
default configuration.
Change test matrix to include python-3.13
When using pipgrip to find the dependencies of pip packages and install
them with conda, ignore the sotodlib package. We already install the
dependencies of this package and pipgrip dies trying to recursively
parse the large tree of dependencies.
Build local packages with numpy-2.3 instead of 2.1.
Fix toast and so3g recipes to include explicit dependency on setuptools