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

Maksim Levental llvmlistbot at llvm.org
Mon Oct 2 10:09:40 PDT 2023


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

Python 3.12 has been released so why not support it.

>From a359fd57bd4948edb857299bdfa5ad2332ba54d4 Mon Sep 17 00:00:00 2001
From: max <maksim.levental at gmail.com>
Date: Mon, 2 Oct 2023 12:08:22 -0500
Subject: [PATCH] [mlir][python] Enable py312.

---
 mlir/python/requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



More information about the Mlir-commits mailing list