Skip to content

Allow pandas 2.3.2 to avoid segmentation fault in pandas 2.3.3 #699

Description

@bp-junichi-mori

Summary

There is a known issue where a segmentation fault occurs when processing CSV files containing specific values using pandas 2.3.3.
Ref: pandas-dev/pandas#62617

Problem

While this issue can be bypassed by either upgrading to pandas 3.x or downgrading to 2.3.2 , cliboa currently pins the pandas dependency specifically to 2.3.3. As a result, users are currently unable to apply these workarounds.

Proposed Solution

Support pandas 2.3.2 as a compatible dependency (e.g., >= 2.3.2, <= 2.3.3 or >= 2.3.2, < 3.0.0) so users can downgrade to avoid the segmentation fault.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

dependenciesPull requests that update a dependency file

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions