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 bd66100 commit 87bfa91Copy full SHA for 87bfa91
python_base/Dockerfile
@@ -60,7 +60,7 @@ ENV INSPIRE_PYTHON_VERSION ${INSPIRE_PYTHON_VERSION:-2.7}
60
RUN virtualenv -v /tmpvenv -p python${INSPIRE_PYTHON_VERSION} && \
61
. /tmpvenv/bin/activate && \
62
pip install --upgrade pip && \
63
- pip install --upgrade setuptools wheel && \
+ pip install --upgrade 'setuptools<36' wheel && \
64
pip install --upgrade requirements-builder && \
65
cd /tmp && \
66
wget -q https://raw.githubusercontent.com/inspirehep/inspire-next/master/requirements.txt && \
0 commit comments