You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Drop support for Python 3.10
Add support for Python 3.13
Set minimum version requirements those dependencies that are part of the spec0 (e.g. numpy, pandas, xarray
Add the badge to README
Considerations
How often should check and update these things? Could we somehow automate that?
The text was updated successfully, but these errors were encountered:
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: