[Mlir-commits] [mlir] [mlir] [python] Update PyYAML minimum version to 5.4 (PR #102178)
Nhat Nguyen
llvmlistbot at llvm.org
Tue Aug 6 09:57:46 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
----------------
nhat-nguyen wrote:
ml_dtypes was added around end of May. I see that the latest mldtypes is 0.4.0 which was released on April 1st, so assume that we want at least 0.4.0 for now.
https://github.com/llvm/llvm-project/pull/102178
More information about the Mlir-commits
mailing list