diff --git a/ci/setup_env.sh b/ci/setup_env.sh index 2e16bc65451613..c6ffd27ce32748 100755 --- a/ci/setup_env.sh +++ b/ci/setup_env.sh @@ -106,7 +106,7 @@ echo "[Build extensions]" python setup.py build_ext -q -j2 echo "[Updating pip]" -python -m pip install --no-deps -U pip wheel setuptools +python -m pip install --no-deps -U pip wheel "setuptools<60.0.0" echo "[Install pandas]" python -m pip install --no-build-isolation -e .