-
Notifications
You must be signed in to change notification settings - Fork 4
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 xarray version in Pangeo-EOSC environment to include datatree support #93
Comments
Hi Tina, Currently, we are using pangeo-eosc/providers/kubernetes/daskhub.yaml Line 211 in 7a5c306
Which points to Then the Is this because On the other hand, it looks like pangeo-data/pangeo-docker-images#603 updates to So could you please confirm whether you want the upgrade to version |
Correct, datatree is part of xarray>=2024.10.0 |
Thanks for confirming @scottyhq @tinaok do you prefer that we update |
Thank you for pinging @sebastian-luna-valero, If it is a few days we wait, if not I would like that we have already the 2025.01.25 @scottyhq what's the time line for the version 2025.02.14? |
No timeline - there is some discussion on the open PR on challenges with version incompatibilities so I'd suggest sticking with 2025.01.25 for a while, it as it has the datatree support you're after! Also, for what it's worth I think given the fast development these days there are always issues that crop up so sitting on the same image for 3-6 months is probably a good strategy for a Hub (e.g. NCAR does every 6 months https://ncar-hpc-docs.readthedocs.io/en/latest/environment-and-software/user-environment/conda/#the-ncar-python-library) Not sure how the Hub is configured, but 2i2c's 'bring-your-own image' selection is also really helpful for situations like these! https://2i2c.org/community-showcase/user/howto/specify-unlisted-image.html#specify-your-own-image-for-the-software-environment |
I do not! But 2i2c's infrastructure config is out in the open, so I'd try digging into there documentation, or maybe here https://github.com/2i2c-org/infrastructure |
mmm, good point, I would say it won't, but if you are really interested, we could give it a go. |
Ok, I have created a follow up issue for the bring your own image option. I will test this at some point but I think there is no rush so scheduling it as low priority. Since the container images have been updated, I will close this ticket. |
Hi team π
I noticed that the current Pangeo-EOSC environment is using an older version of xarray which does not include support for datatree. This limits workflows that rely on hierarchical dataset structures.
Would it be possible to:
β’ bump to the latest released image:
π https://github.com/pangeo-data/pangeo-docker-images/releases/tag/2025.01.24
β’ or wait for this PR to be merged (which includes datatree):
π pangeo-data/pangeo-docker-images#603
??
The text was updated successfully, but these errors were encountered: