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:
Stella Laurenzo 2021-07-20 06:56:05 -07:00
parent ee072e20f5
commit 3d25fa21d0
1 changed files with 2 additions and 1 deletions

View File

@ -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