chore(dependencies): bump minimum numpy and pandas per SPEC 0 - #2844
Draft
wpbonelli wants to merge 2 commits into
Draft
chore(dependencies): bump minimum numpy and pandas per SPEC 0#2844wpbonelli wants to merge 2 commits into
wpbonelli wants to merge 2 commits into
Conversation
SPEC 0 (https://scientific-python.org/specs/spec-0000) drops numpy 2.0.0 in 2026 Q2 and numpy 2.1.0 in 2026 Q3, so the recommended minimum is now numpy 2.2.0. Bump the floor in packaging metadata, the README, and the conda environment file. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U765Cpd5819VbJeE8gu4D9
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2844 +/- ##
===========================================
+ Coverage 55.5% 73.6% +18.0%
===========================================
Files 644 659 +15
Lines 124135 132282 +8147
===========================================
+ Hits 68947 97402 +28455
+ Misses 55188 34880 -20308 🚀 New features to boost your workflow:
|
SPEC 0 (https://scientific-python.org/specs/spec-0000) drops pandas 2.2.0 (released Jan 2024) in 2026 Q1, so the recommended minimum is now pandas 2.2.0. Bump the floor in packaging metadata, the README, and the conda environment file, alongside the numpy bump in the previous commit. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U765Cpd5819VbJeE8gu4D9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SPEC 0 recommends dropping numpy <=2.1.0 (as of 2026 Q3) and pandas <=2.2.0 (as of 2026 Q1), leaving numpy 2.2.0 and pandas 2.3.0 as the minimum supported versions.
Should probably merge just before the next minor release, so patch releases don't break any user environments