New NRL-only package py-lis-ncoda-utils - #2080
Open
climbfuji wants to merge 2 commits into
Open
Conversation
…thon-env metapackage / neptune-dev template
climbfuji
commented
Aug 7, 2026
climbfuji
commented
Aug 7, 2026
| # Restrict py-pandas to older versions compatible with py-numpy and py-xarray | ||
| py-pandas: | ||
| require: | ||
| - '@:2' |
Collaborator
Author
There was a problem hiding this comment.
This has no effect on the existing environments, because one or more existing packages provide the necessary constraint on py-pandas. But it surfaced as a necessary requirement when building just py-lis-ncoda-utils.
Collaborator
Author
There was a problem hiding this comment.
But @mathomp4 may have to remove/relax that constraint in his PR, which updates py-numpy and py-xarray (these two packages, currently held back to versions several years old, require an older py-pandas).
climbfuji
marked this pull request as ready for review
August 7, 2026 19:36
AlexanderRichert-NOAA
approved these changes
Aug 7, 2026
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
This PR adds a new package
py-lis-ncoda-utils, which is available at NRL internally only. A new variant is added to theneptune-python-envvirtual package and theneptune-devtemplate. Like for other NRL-internal packages, these variants are turned off in GitHub actions testing in this repo.Dependencies
py-lis-ncoda-utilsIssues addressed
NRL-internal issue, not visible here.
Applications affected
NEPTUNE
Systems affected
None
Testing
py-lis-ncoda-utilswith spack-stack and tested the utilities on real data.Checklist
All necessary updates to the documentation (spack-stack wiki) will be made when this PR is merged