Skip to content

Enforce pandas dependency #1597

@raffaelemancuso

Description

@raffaelemancuso

Brief Description

Nowadays pyjanitor depends on pandas >= 3.0 and won't work with pandas < 3.0.

Yet the pyproject.toml file is not enforcing a dependency on pandas at all.

It follows that when you add a package that requires pandas<3.0, the package manager will proceed to downgrade your pandas without realizing that pyjanitor won't work anymore.

pyproject.toml should enforce a dependency on pandas >= 3.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions