Skip to content

Align numpy upper bound with Pandas 3.0 requirements#108

Merged
joefutrelle merged 2 commits into
pandas3from
copilot/sub-pr-106
Feb 17, 2026
Merged

Align numpy upper bound with Pandas 3.0 requirements#108
joefutrelle merged 2 commits into
pandas3from
copilot/sub-pr-106

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 17, 2026

Pandas 3.0 requires NumPy >= 1.26.0 and < 2.3. The current upper bound of <3 allows incompatible NumPy 2.x versions.

Changes:

  • Updated numpy constraint in pyproject.toml from >=1.26,<3 to >=1.26,<2.3

This ensures dependency resolution selects compatible versions (e.g., NumPy 2.2.6 with Pandas 3.0.0).


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: joefutrelle <2365298+joefutrelle@users.noreply.github.com>
Copilot AI changed the title [WIP] Update PR to address feedback on upgrading Pandas to 3.0 Align numpy upper bound with Pandas 3.0 requirements Feb 17, 2026
Copilot AI requested a review from joefutrelle February 17, 2026 13:35
@joefutrelle joefutrelle marked this pull request as ready for review February 17, 2026 14:21
@joefutrelle joefutrelle merged commit f5f80f4 into pandas3 Feb 17, 2026
@joefutrelle joefutrelle deleted the copilot/sub-pr-106 branch February 17, 2026 14:21
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.

2 participants