[Mlir-commits] [mlir] [mlir] [python] Update PyYAML minimum version to 5.4 (PR #102178)

Stella Stamenova llvmlistbot at llvm.org
Tue Aug 6 09:50:32 PDT 2024


================
@@ -1,4 +1,4 @@
 numpy>=1.19.5, <=1.26
 pybind11>=2.9.0, <=2.10.3
-PyYAML>=5.3.1, <=6.0.1
-ml_dtypes   # provides several NumPy dtype extensions, including the bf16
\ No newline at end of file
+PyYAML>=5.4, <=6.0.1
+ml_dtypes   # provides several NumPy dtype extensions, including the bf16
----------------
sstamenova wrote:

@xurui1995 : We can add a reasonable version range here unless you let us know what you would prefer.

https://github.com/llvm/llvm-project/pull/102178


More information about the Mlir-commits mailing list