Skip to content

Commit 16d9281

Browse files
committed
Do not install extra dependencies because they are not compatible
1 parent 8751560 commit 16d9281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ ENV RTD_SETUPTOOLS_VERSION 45.2.0
205205
# NOTE: numpy is not installed by default because it's not built for Python 3.10 yet
206206
RUN pyenv local $PYTHON_VERSION_310 && \
207207
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
208+
pyenv exec pip install --no-cache-dir -U setuptools==$RTD_SETUPTOOLS_VERSION
209+
pyenv exec pip install --no-cache-dir virtualenv==$RTD_VIRTUALENV_VERSION
210210

211211
RUN pyenv local $PYTHON_VERSION_39 && \
212212
pyenv exec pip install --no-cache-dir -U pip==$RTD_PIP_VERSION && \

0 commit comments

Comments
 (0)