Skip to content

Commit

Permalink
setuptools update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jun 15, 2024
1 parent 1309543 commit 5dcbef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ RUN set -ex \
RUN set -ex \
&& /virtualenv/env3/bin/pip install --upgrade \
pip \
&& /virtualenv/env3/bin/pip install setuptools==59.5.0 \
&& /virtualenv/env3/bin/pip install setuptools \
&& /virtualenv/env3/bin/pip install --upgrade \
# Install build requirements
cmake \
ninja \
setuptools==59.5.0 \
setuptools \
scikit-build \
setuptools_scm[toml] \
cython \
Expand Down

0 comments on commit 5dcbef1

Please sign in to comment.