File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1- numpy
2- pybind11
1+ -r ./externals/llvm-project/mlir/python/requirements.txt
32wheel
43setuptools
54cmake
65ninja
76packaging
8- nanobind>=2.4, <3.0
97
108# Workaround for what should be a torch dep
119# See discussion in #1174
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ this_dir="$(cd $(dirname $0) && pwd)"
66repo_root=" $( cd $this_dir /../.. && pwd) "
77torch_version=" ${1:- unknown} "
88
9- echo " ::group::installing llvm python deps"
10- python3 -m pip install --no-cache-dir -r $repo_root /externals/llvm-project/mlir/python/requirements.txt
11- echo " ::endgroup::"
12-
139case $torch_version in
1410 nightly)
1511 echo " ::group::installing nightly torch"
Original file line number Diff line number Diff line change @@ -337,7 +337,6 @@ function setup_venv() {
337337 source /main_checkout/torch-mlir/docker_venv/bin/activate
338338
339339 echo " :::: pip installing dependencies"
340- python3 -m pip install --no-cache-dir -r /main_checkout/torch-mlir/externals/llvm-project/mlir/python/requirements.txt
341340
342341 case $torch_version in
343342 nightly)
You can’t perform that action at this time.
0 commit comments