Skip to content
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

temporarily pin importlib to <5.0.0 since it breaks xarray in 3.7 #97

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

jkittner
Copy link
Collaborator

This fixes CI on python 3.7 where importlib>=5.0.0 is incompatible with xarray after they dropped python 3.7 support (pydata/xarray#5892) and causes Attribute errors. Once we also drop python 3.7, we can unpin this.

@jkittner jkittner merged commit 67eeb8d into main Nov 1, 2022
@jkittner jkittner deleted the pin-importlib branch November 1, 2022 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant