Files
clang-p2996/mlir/python/requirements.txt
Stella Laurenzo 3d25fa21d0 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
2021-07-20 06:56:05 -07:00

5 lines
110 B
Plaintext

numpy
# Version 2.7.0 excluded: https://github.com/pybind/pybind11/issues/3136
pybind11>=2.6.0,!=2.7.0
PyYAML