Skip to content

Commit 6f44f87

Browse files
authored
[mlir][python] Enable py312. (#68009)
Python 3.12 has been released so why not support it.
1 parent 9a954c6 commit 6f44f87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/python/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.19.5, <=1.23.5
1+
numpy>=1.19.5, <=1.26
22
pybind11>=2.9.0, <=2.10.3
3-
PyYAML>= 5.3.1, <=6.0
4-
dataclasses>=0.6, <=0.8
3+
PyYAML>=5.3.1, <=6.0.1
4+
dataclasses>=0.6, <=0.8

0 commit comments

Comments
 (0)