Skip to content

Commit

Permalink
[mlir] Relax version requirement for PyYAML in mlir
Browse files Browse the repository at this point in the history
Some Ubuntu 20.04 images come with PyYAML 5.3.1 pre-installed through distutils. This makes pip very angry. See yaml/pyyaml#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
  • Loading branch information
sstamenova committed Feb 7, 2023
1 parent 7045966 commit 97fbbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/python/requirements.txt
@@ -1,4 +1,4 @@
numpy>=1.19.5, <=1.23.5
pybind11>=2.8.0, <=2.10.3
PyYAML==6.0
PyYAML>= 5.3.1, <=6.0
dataclasses>=0.6, <=0.8

0 comments on commit 97fbbd6

Please sign in to comment.