Skip to content

Commit

Permalink
Do not install Python dependencies on Py 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Sep 24, 2020
1 parent 7758def commit f4ec9d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@ ENV RTD_PIP_VERSION 20.0.1
ENV RTD_SETUPTOOLS_VERSION 45.1.0
RUN pyenv local $RTD_PYTHON_VERSION_39 && \
pyenv exec pip install --no-cache-dir -U pip==$RTD_PIP_VERSION && \
pyenv exec pip install --no-cache-dir -U setuptools==$RTD_SETUPTOOLS_VERSION && \
pyenv exec pip install --no-cache-dir --only-binary numpy numpy && \
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

RUN pyenv local $RTD_PYTHON_VERSION_38 && \
pyenv exec pip install --no-cache-dir -U pip==$RTD_PIP_VERSION && \
Expand Down

0 comments on commit f4ec9d2

Please sign in to comment.