Skip to content

Commit 3d25fa2

Browse files
Exclude pybind11 2.7.0 from MLIR python requirements.
Appears to have a broken CMake installation. Reported bug: pybind/pybind11#3136
1 parent ee072e2 commit 3d25fa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/python/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
numpy
2-
pybind11>=2.6.0
2+
# Version 2.7.0 excluded: https://github.com/pybind/pybind11/issues/3136
3+
pybind11>=2.6.0,!=2.7.0
34
PyYAML

0 commit comments

Comments
 (0)