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

Maksim Levental llvmlistbot at llvm.org
Wed Oct 4 10:33:45 PDT 2023


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

>From 4b864c692a8d252d88a0f6d97dd8f9b4ebc1dc1d 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mlir/python/requirements.txt b/mlir/python/requirements.txt
index 7671d33293f483d..a596f8747ebe768 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
-dataclasses>=0.6, <=0.8
+PyYAML>=5.3.1, <=6.0.1
+dataclasses>=0.6, <=0.8
\ No newline at end of file



More information about the Mlir-commits mailing list