[Mlir-commits] [mlir] 6f44f87 - [mlir][python] Enable py312. (#68009)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Oct 4 18:35:29 PDT 2023
Author: Maksim Levental
Date: 2023-10-04T20:35:24-05:00
New Revision: 6f44f87011cd52367626cac111ddbb2d25784b90
URL: https://github.com/llvm/llvm-project/commit/6f44f87011cd52367626cac111ddbb2d25784b90
DIFF: https://github.com/llvm/llvm-project/commit/6f44f87011cd52367626cac111ddbb2d25784b90.diff
LOG: [mlir][python] Enable py312. (#68009)
Python 3.12 has been released so why not support it.
Added:
Modified:
mlir/python/requirements.txt
Removed:
################################################################################
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