Skip to content

CI: Add NumPy 1.26 test job #61774

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Anantanand005
Copy link

This PR adds a CI job to test Pandas with NumPy 1.26 to ensure compatibility with the latest version.

  • Related to issue: #61588
  • Installs NumPy 1.26.0 explicitly and runs the full test suite
  • Helps identify future compatibility issues with NumPy releases

Checklist

  • Closes CI: Test pandas with numpy 1.26 #61588
  • Tests added and passed (via CI job)
  • All code checks passed (linting, CI)
  • No new type hints were added
  • No doc entry needed (not a new feature or bugfix)

@Anantanand005 Anantanand005 requested a review from mroeschke as a code owner July 3, 2025 22:53
@simonjayhawkins simonjayhawkins added CI Continuous Integration Dependencies Required and optional dependencies labels Jul 5, 2025
@@ -430,3 +430,26 @@ jobs:
# do not import pandas from the checked out repo
cd ..
python -c 'import pandas as pd; pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db"])'
numpy-1.26-test:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll want to create a new yaml file of dependencies and add a job in the includes section above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Dependencies Required and optional dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Test pandas with numpy 1.26
3 participants