Revert "[ci][build] limit cmake version" (#10271)

This commit is contained in:
youkaichao
2024-11-12 15:06:48 -08:00
committed by GitHub
parent 18081451f9
commit 377b74fe87
7 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ RUN --mount=type=bind,source=.git,target=.git \
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh ; fi
RUN python3 -m pip install -U \
'cmake>=3.26,<=3.30' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
-r requirements-neuron.txt
ENV VLLM_TARGET_DEVICE neuron