-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adopt SPEC0 about minimum supported dependencies #332
Comments
CC @adamltyson |
I think it can be hard to automate this, because we often have to wait for other dependencies to catch up. I don't see a big issue with us lagging behind by a few months, it's unlikely to cause problems for users. |
I did some trials and we have to wait for Python 3.13 support for a while. On my silicon mac, So you're absolutely right about lagging behind for a few months. |
My WIP is in this branch, for later reference. |
Closed by #442 |
Is your feature request related to a problem? Please describe.
The scientific Python ecosystem has agreed on a set of mimum supported dependecies, which are detailed in ther SPEC0. We are mostly compliant to these, and it wouldn't take much work to make us fully compliant, and get a fancy badge. Since all we do depends heavily on "core" scientific Python libraries, it makes sense to move in tandem with them.
Describe the solution you'd like
numpy
,pandas
,xarray
Considerations
How often should check and update these things? Could we somehow automate that?
The text was updated successfully, but these errors were encountered: