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 \
48
48
# https://github.com/pypa/manylinux
49
49
RUN python3 -m pip install --upgrade pip==23.1.2
50
50
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
-
55
51
# Ubuntu ships with old cmake version, install the latest one
56
52
# from https://apt.kitware.com/
57
53
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null \
Original file line number Diff line number Diff line change 1475
1475
llvm_srcdir = "llvm.src" ,
1476
1476
obj_dir = "llvm.obj" ,
1477
1477
clean = True ,
1478
+ install_pip_requirements = True ,
1478
1479
targets = ['check-mlir-build-only' ],
1479
1480
checks = ['check-mlir' ],
1480
1481
depends_on_projects = ['llvm' ,'mlir' ],
1500
1501
llvm_srcdir = "llvm.src" ,
1501
1502
obj_dir = "llvm.obj" ,
1502
1503
clean = True ,
1504
+ install_pip_requirements = True ,
1503
1505
targets = ['check-mlir-build-only' ],
1504
1506
checks = ['check-mlir' ],
1505
1507
depends_on_projects = ['llvm' ,'mlir' ],
You can’t perform that action at this time.
0 commit comments