Skip to content

Update pandas to 3.0.1#312

Merged
jan-janssen merged 3 commits intomainfrom
pandas
Feb 18, 2026
Merged

Update pandas to 3.0.1#312
jan-janssen merged 3 commits intomainfrom
pandas

Conversation

@jan-janssen
Copy link
Member

@jan-janssen jan-janssen commented Feb 18, 2026

Summary by CodeRabbit

  • Chores
    • Updated pandas dependency to version 3.0.1 across build and project configuration files.

@coderabbitai
Copy link

coderabbitai bot commented Feb 18, 2026

📝 Walkthrough

Walkthrough

Patch version bump of pandas from 3.0.0 to 3.0.1 across three environment and dependency configuration files. No logic changes or functional modifications.

Changes

Cohort / File(s) Summary
Pandas Patch Version Bump
.ci_support/environment.yml, binder/environment.yml, pyproject.toml
Updated pandas dependency from 3.0.0 to 3.0.1 across all configuration files.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Hop along with pandas anew,
From three-oh-oh to three-oh-one true,
A patch so small, yet helping us grow,
Configuration files dance in a row! 🚀

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Update pandas to 3.0.1' directly and clearly summarizes the main change across all modified files, which are all dependency version bumps of pandas from 3.0.0 to 3.0.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch pandas

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.36%. Comparing base (687df62) to head (6138ce8).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #312   +/-   ##
=======================================
  Coverage   82.36%   82.36%           
=======================================
  Files          11       11           
  Lines        1157     1157           
=======================================
  Hits          953      953           
  Misses        204      204           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
pyproject.toml (1)

22-22: Pre-existing compatibility gap: requires-python = ">=3.9" vs pandas 3.0.x requiring Python ≥ 3.11.

This isn't introduced by this PR (pandas==3.0.0 had the same constraint), but pandas 3.0.0 supports Python 3.11 and higher, meaning Python 3.9 and 3.10 users who install this package will receive an incompatible pandas version despite the classifiers advertising that support. Consider aligning requires-python = ">=3.11, <3.15" (and removing the 3.9/3.10 classifiers) to accurately reflect the runtime minimum.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@pyproject.toml` at line 22, Update the project's Python requirement to match
pandas 3.0.x by changing the requires-python spec (the requires-python entry in
pyproject.toml) to ">=3.11, <3.15" and remove any trove classifiers that
advertise support for 3.9 and 3.10 so the metadata and runtime requirements are
consistent with pandas' minimum of Python 3.11; ensure the change is applied to
the requires-python field and the package classifiers in pyproject.toml.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@pyproject.toml`:
- Line 22: Update the project's Python requirement to match pandas 3.0.x by
changing the requires-python spec (the requires-python entry in pyproject.toml)
to ">=3.11, <3.15" and remove any trove classifiers that advertise support for
3.9 and 3.10 so the metadata and runtime requirements are consistent with
pandas' minimum of Python 3.11; ensure the change is applied to the
requires-python field and the package classifiers in pyproject.toml.

@jan-janssen jan-janssen merged commit 2cfbcf7 into main Feb 18, 2026
21 checks passed
@jan-janssen jan-janssen deleted the pandas branch February 18, 2026 19:33
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.

1 participant