We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435a176 commit 8751560Copy full SHA for 8751560
Dockerfile
@@ -201,10 +201,11 @@ RUN pyenv local $PYTHON_VERSION_27 && \
201
202
ENV RTD_PIP_VERSION 20.0.2
203
ENV RTD_SETUPTOOLS_VERSION 45.2.0
204
+
205
+# NOTE: numpy is not installed by default because it's not built for Python 3.10 yet
206
RUN pyenv local $PYTHON_VERSION_310 && \
207
pyenv exec pip install --no-cache-dir -U pip==$RTD_PIP_VERSION && \
208
pyenv exec pip install --no-cache-dir -U setuptools==$RTD_SETUPTOOLS_VERSION && \
- pyenv exec pip install --no-cache-dir --only-binary numpy numpy && \
209
pyenv exec pip install --no-cache-dir pandas matplotlib virtualenv==$RTD_VIRTUALENV_VERSION
210
211
RUN pyenv local $PYTHON_VERSION_39 && \
0 commit comments