We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736550d commit f9fed6aCopy full SHA for f9fed6a
ci/setup_env.sh
@@ -148,7 +148,7 @@ python setup.py build_ext -q -i -j2
148
# - py35_compat
149
# - py36_32bit
150
echo "[Updating pip]"
151
-python -m pip install --no-deps -U pip wheel setuptools
+python -m pip install --no-deps -U pip wheel "setuptools<50.0.0"
152
153
echo "[Install pandas]"
154
python -m pip install --no-build-isolation -e .
0 commit comments