Unverified Commit cdc671ce authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Upgrade setuptools (#2788)

parent 6ec2adee
...@@ -38,7 +38,7 @@ RUN cp /usr/bin/python3 /usr/bin/python ...@@ -38,7 +38,7 @@ RUN cp /usr/bin/python3 /usr/bin/python
# #
# update pip # update pip
# #
RUN python3 -m pip install --upgrade pip==20.0.2 setuptools==39.1.0 RUN python3 -m pip install --upgrade pip==20.0.2 setuptools==41.0.0
# numpy 1.14.3 scipy 1.1.0 # numpy 1.14.3 scipy 1.1.0
RUN python3 -m pip --no-cache-dir install \ RUN python3 -m pip --no-cache-dir install \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment