[Mlir-commits] [mlir] [mlir] [python] Update PyYAML minimum version to 5.4 (PR #102178)
Stella Stamenova
llvmlistbot at llvm.org
Tue Aug 6 09:47:41 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:
I know your change isn't adding this, but for the same security reason we want to update the PyYAML version, this should have a range or a specific version.
https://github.com/llvm/llvm-project/pull/102178
More information about the Mlir-commits
mailing list