feat: Allow pandas 2.3.2 #699 - #700
Open
bp-junichi-mori wants to merge 1 commit into
Open
Conversation
bp-junichi-mori
force-pushed
the
feature/allow-pandas-232
branch
from
August 28, 2026 06:48
b2637aa to
e33d2fe
Compare
bp-masaaki-kodama
requested review from
bp-kosuke-nishio,
bp-masaaki-kodama and
bp-tomonori-suzuki
September 1, 2026 04:04
bp-masaaki-kodama
approved these changes
Sep 3, 2026
bp-masaaki-kodama
left a comment
Collaborator
There was a problem hiding this comment.
LGTM.
I understand that since 2.3.3 is still allowed after this change, the intent is not to pin to 2.3.2, but to let users drop to 2.3.2 only when they need to work around the issue.
One nit: since the previous constraint was >=2.3.3, <3.0.0, I think >=2.3.2, <3.0.0 could also work here, to keep the upper bound as it was.
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.
Brief
Workaround for the pandas 2.3.3 issue.
Updating supported pandas versions to 2.3.2–2.3.3.
Fixes #699
Test
Confirmed