[Mlir-commits] [mlir] [mlir][python] Enable py312. (PR #68009)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Oct 2 10:10:49 PDT 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

<details>
<summary>Changes</summary>

Python 3.12 has been released so why not support it. Note, I'm not sure if the buildkite runners do `check-mlir-python` but I tested locally (on Linux) and am currently running a broader set of tests.

---
Full diff: https://github.com/llvm/llvm-project/pull/68009.diff


1 Files Affected:

- (modified) mlir/python/requirements.txt (+2-2) 


``````````diff
diff --git a/mlir/python/requirements.txt b/mlir/python/requirements.txt
index 7671d33293f483d..631e61e1cbab1ae 100644
--- a/mlir/python/requirements.txt
+++ b/mlir/python/requirements.txt
@@ -1,4 +1,4 @@
-numpy>=1.19.5, <=1.23.5
+numpy>=1.19.5, <=1.26
 pybind11>=2.9.0, <=2.10.3
-PyYAML>= 5.3.1, <=6.0
+PyYAML>= 5.3.1, <=6.0.1
 dataclasses>=0.6, <=0.8

``````````

</details>


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


More information about the Mlir-commits mailing list