mirror of https://github.com/llvm/torch-mlir
build: un-pin the ninja pip package version (#1562)
Now that the ninja pip package issue has been resolved, this patch removes the pinned version from requirements.txt so that we can go back to using the most recent version of ninja.pull/1566/head snapshot-20221107.650
parent
e16ccce373
commit
9a73b9e6c7
|
@ -8,7 +8,7 @@ pybind11
|
||||||
wheel
|
wheel
|
||||||
setuptools
|
setuptools
|
||||||
cmake
|
cmake
|
||||||
ninja==1.10.2
|
ninja
|
||||||
|
|
||||||
# Workaround for what should be a torch dep
|
# Workaround for what should be a torch dep
|
||||||
# See discussion in #1174
|
# See discussion in #1174
|
||||||
|
|
Loading…
Reference in New Issue