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 9dc44cf commit 306c40eCopy full SHA for 306c40e
1 file changed
ci/docker/python-wheel-musllinux-test.dockerfile
@@ -40,6 +40,7 @@ COPY python/requirements-wheel-test.txt /arrow/python/
40
# the lowest version we support for Python 3.10.
41
# Pandas 2.0.3 doesn't have wheels for Python 3.10 so we need to build from source,
42
# which requires setuptools < 80.
43
+# Drop when bumping numpy from 1.21.x (GH-48473) or when dropping Python 3.10.
44
RUN if [ "${python_image_tag}" = "3.10" ]; then \
45
echo 'setuptools<80' > /tmp/setuptools-constraint.txt; \
46
PIP_CONSTRAINT=/tmp/setuptools-constraint.txt \
0 commit comments