This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Relax version requirement for PyYAML in mlir
ClosedPublic

Authored by stella.stamenova on Feb 7 2023, 12:59 PM.

Details

Summary

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.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
stella.stamenova requested review of this revision.Feb 7 2023, 12:59 PM
stellaraccident accepted this revision.Feb 7 2023, 1:22 PM
This revision is now accepted and ready to land.Feb 7 2023, 1:22 PM