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
+1 -1
View File
@@ -21,7 +21,7 @@ RUN --mount=type=bind,source=.git,target=.git \
# These packages will be in rocketce eventually
RUN --mount=type=cache,target=/root/.cache/pip \
pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing \
'cmake>=3.26,<=3.30' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
torch==2.3.1 \
-r requirements-cpu.txt \
xformers uvloop==0.20.0