mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
Some Ubuntu 20.04 images come with PyYAML 5.3.1 pre-installed through distutils. This makes pip very angry. See https://github.com/yaml/pyyaml/issues/349. Since older versions of PyYAML should work for mlir, relax the version requirement to ease developer setup. Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D143523
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
numpy>=1.19.5, <=1.23.5
|
|
pybind11>=2.8.0, <=2.10.3
|
|
PyYAML>= 5.3.1, <=6.0
|
|
dataclasses>=0.6, <=0.8
|