jorisvandenbossche commented on code in PR #15048:
URL: https://github.com/apache/arrow/pull/15048#discussion_r1055534956
##########
ci/scripts/install_pandas.sh:
##########
@@ -36,7 +36,7 @@ else
fi
if [ "${pandas}" = "upstream_devel" ]; then
- pip install git+https://github.com/pandas-dev/pandas.git --no-build-isolation
+ pip install git+https://github.com/pandas-dev/pandas.git
Review Comment:
I think just to be more efficient (all dependencies like numpy and cython
were already installed in the env (to build pyarrow), so no need to install
those in an isolation build environment). But now pandas started to depend on
`versioneer` as build-time dependency (instead of vendoring it), so this is the
cleanest solution (otherwise we would have to install versioneer first)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]