We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8751560 commit 16d9281Copy full SHA for 16d9281
Dockerfile
@@ -205,8 +205,8 @@ ENV RTD_SETUPTOOLS_VERSION 45.2.0
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 && \
209
- pyenv exec pip install --no-cache-dir pandas matplotlib virtualenv==$RTD_VIRTUALENV_VERSION
+ pyenv exec pip install --no-cache-dir -U setuptools==$RTD_SETUPTOOLS_VERSION
+ pyenv exec pip install --no-cache-dir virtualenv==$RTD_VIRTUALENV_VERSION
210
211
RUN pyenv local $PYTHON_VERSION_39 && \
212
0 commit comments