Build ioda and ioda-converters with Python 3.13 - #2117
Open
climbfuji wants to merge 1 commit into
Open
Conversation
…lds and passes the ctests with python@3.13, py-numpy@2.1.4, and py-pandas@2.3.3
9 tasks
srherbener
reviewed
Sep 4, 2026
srherbener
left a comment
Contributor
There was a problem hiding this comment.
The extensive patches to the ioda-converters python scripts seem, in general, updates that should be applied in the ioda-converters repo. I've had success in telling Claude to provide instructions for another Claude session to implement fixes. Ie, the session that created the patches for spack-stack could be asked to provide instructions for replicating these fixes in a fresh Claude session in the ioda-converters repo (if that hasn't already been done). What do others think?
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.
Description
Relax constraint on
pythonin ioda, patchioda-convertersso that it builds and passes the ctests withpython@3.13,py-numpy@2.1.4, andpy-pandas@2.3.3. See #2116 for the glorious details.This pull request is necessary to move forward with the update to
python@3.13for spack-stack release 2.2. It ensures that the answers ofioda-convertersdon't change when updating frompy-numpy@1.26.4topy-numpy@2.1.4.@mathomp4 @eap Please note that
py-pandasmust remain at version 2; the latest available version 2.3.3 works.Dependencies
None
Issues addressed
Closes #2116
Working toward #887
Applications affected
JEDI components installed in spack-stack environments
Systems affected
None
Testing
oops,ioda,ioda-converters,ropp-ufo, andufoversions as currently in spack-stack withgcc@14.2.1,python@3.13,py-numpy@2.1.4, andpy-pandas@2.3.3. The ctests all passed for each of these packages, except the ones explicitly included in the package recipes.Checklist
All dependency PRs/issues have been resolved and this PR can be merged.All necessary updates to the documentation (spack-stack wiki) will be made when this PR is merged