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 a07e83d commit 5e368bfCopy full SHA for 5e368bf
Dockerfile.build
@@ -2,8 +2,8 @@
2
3
FROM quay.io/pypa/manylinux2014_x86_64
4
5
-RUN python3.11 -m pip install setuptools==69.5.1 pybind11
6
-RUN python3.10 -m pip install setuptools==69.5.1 pybind11
7
-RUN python3.9 -m pip install setuptools==69.5.1 pybind11
+RUN python3.11 -m pip install pip wheel setuptools pybind11
+RUN python3.10 -m pip install pip wheel setuptools pybind11
+RUN python3.9 -m pip install pip wheel setuptools pybind11
8
RUN python3.12 -m pip install pip wheel setuptools pybind11
9
RUN python3.13 -m pip install pip wheel setuptools pybind11
0 commit comments