File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,6 @@ RUN apt-get update \
4848# https://github.com/pypa/manylinux
4949RUN python3 -m pip install --upgrade pip==23.1.2
5050
51- # Refer to mlir/lib/Bindings/Python/requirements.txt. Listed explicitly here
52- # and version pinned for consistency as this is a bot.
53- RUN python3 -m pip install numpy==1.24.3 pybind11==2.10.4 PyYAML==5.3.1
54-
5551# Ubuntu ships with old cmake version, install the latest one
5652# from https://apt.kitware.com/
5753RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null \
Original file line number Diff line number Diff line change 14751475 llvm_srcdir = "llvm.src" ,
14761476 obj_dir = "llvm.obj" ,
14771477 clean = True ,
1478+ install_pip_requirements = True ,
14781479 targets = ['check-mlir-build-only' ],
14791480 checks = ['check-mlir' ],
14801481 depends_on_projects = ['llvm' ,'mlir' ],
15001501 llvm_srcdir = "llvm.src" ,
15011502 obj_dir = "llvm.obj" ,
15021503 clean = True ,
1504+ install_pip_requirements = True ,
15031505 targets = ['check-mlir-build-only' ],
15041506 checks = ['check-mlir' ],
15051507 depends_on_projects = ['llvm' ,'mlir' ],
You can’t perform that action at this time.
0 commit comments