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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Aug 6 17:47:30 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
----------------
xurui1995 wrote:

Maybe we can go for `>=0.1.0 <=0.4.0 `, I tried 0.1.0 it still works for the test case in mlir.  For versions under 0.1.0 I think we can ignore them

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


More information about the Mlir-commits mailing list