forked from OSchip/llvm-project
Exclude pybind11 2.7.0 from MLIR python requirements.
Appears to have a broken CMake installation. Reported bug: https://github.com/pybind/pybind11/issues/3136
This commit is contained in:
parent
ee072e20f5
commit
3d25fa21d0
|
@ -1,3 +1,4 @@
|
||||||
numpy
|
numpy
|
||||||
pybind11>=2.6.0
|
# Version 2.7.0 excluded: https://github.com/pybind/pybind11/issues/3136
|
||||||
|
pybind11>=2.6.0,!=2.7.0
|
||||||
PyYAML
|
PyYAML
|
||||||
|
|
Loading…
Reference in New Issue