-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pangeo-notebook metapackage version to 2024.09.01 #577
Conversation
/condalock |
pangeo-notebook/packages.txt
Outdated
wrapt==1.16.0 | ||
x264==1!164.3095 | ||
x265==3.5 | ||
xarray==2024.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why this downgrade happened...
pangeo-notebook/conda-lock.yml
Outdated
xarray: '>=0.18,<2024.3' | ||
url: https://conda.anaconda.org/conda-forge/noarch/argopy-0.1.16-pyhd8ed1ab_0.conda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why this downgrade happened...
Tracked it down to argopy pinning to xarray<2024.3
as mentioned in their changelog https://github.com/euroargodev/argopy/blob/2f2e2dc884cf5d3b39aa38339e1027260fc4c60d/docs/whats-new.rst?plain=1#L57. Seems to be something about pydata/xarray#8909
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, my brief understanding is there is an issue specifically for the case of writing out netCDF files with the scipy
engine.
I prefer to favor supporting the most general packages like xarray when conflicts with more domain-specific packages (like argopy) come up. One positive outcome of these images is just motivating broad ecosystem compatibility and fixing certain upstream issues eventually! But short-term I think pinning the domain-specific package is best to not block other updates like this.
/condalock |
A new pangeo-metapackage version has been detected.
Updated
environment.yml
s to use2024.09.01
.