-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Open
@Alvaro-Kothe
Description
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>=2024110->-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