Skip to content

Commit

Permalink
Fixed the auditwheel version to 5.0.0 (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Jan 4, 2022
1 parent 847a6a2 commit 64afab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ graphscope-client-manylinux2014-py3:
for py in cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 ; do \
cd /work/python; \
export PATH=/opt/python/$$py/bin:$$PATH; \
pip3 install -U pip numpy==1.18.5 auditwheel grpcio grpcio_tools wheel ; \
pip3 install -U pip numpy==1.18.5 auditwheel==5.0.0 grpcio grpcio_tools wheel ; \
rm -rf build; \
rm -rf dist/*.whl; \
python3 setup.py bdist_wheel; \
Expand Down
2 changes: 1 addition & 1 deletion k8s/manylinux2014.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ RUN cd /tmp && export KUBE_VER=v1.19.2 && \

# install python3.9 deps for all
RUN /opt/python/cp39-cp39/bin/pip3 install -U pip && \
/opt/python/cp39-cp39/bin/pip3 --no-cache-dir install auditwheel daemons etcd-distro grpcio-tools gremlinpython \
/opt/python/cp39-cp39/bin/pip3 --no-cache-dir install auditwheel==5.0.0 daemons etcd-distro grpcio-tools gremlinpython \
hdfs3 fsspec oss2 s3fs ipython kubernetes libclang networkx==2.4 numpy pandas parsec pycryptodome \
pyorc pytest scipy scikit_learn wheel && \
/opt/python/cp39-cp39/bin/pip3 --no-cache-dir install Cython --pre -U
Expand Down

0 comments on commit 64afab7

Please sign in to comment.