Skip to content

BUG: Dockerfile doesn't install pandas directly #62429

@Alvaro-Kothe

Description

@Alvaro-Kothe

Pandas version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the main branch of pandas.

Reproducible Example

N/A

Issue Description

The Dockerfile doesn't contain any direct installation instruction of Pandas. The CI logs shows that it is installed as a dependency of fastparquet.

Collecting pandas>=1.5.0 (from fastparquet>=2024.11.0->-r /tmp/requirements-dev.txt (line 22))

Expected Behavior

Pandas should be explicitly installed from PyPi during the Docker build, or it should be built from source. The latter seems to be the preferred option, as the objective of the Dockerfile is to contribute to pandas.

Edit: Another option is to extend the documentation, adding instructions to build it from source.

Installed Versions

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    BuildLibrary building on various platformsDocs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions