[all-commits] [llvm/llvm-project] 97fbbd: [mlir] Relax version requirement for PyYAML in mlir

Stella Stamenova via All-commits all-commits at lists.llvm.org
Tue Feb 7 14:25:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97fbbd657f9afd68f7dd03ac5349fbd5ac56be02
      https://github.com/llvm/llvm-project/commit/97fbbd657f9afd68f7dd03ac5349fbd5ac56be02
  Author: Stella Stamenova <stilis at microsoft.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M mlir/python/requirements.txt

  Log Message:
  -----------
  [mlir] Relax version requirement for PyYAML in mlir

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




More information about the All-commits mailing list