Skip to content

Commit f5e6c8e

Browse files
authored
[mlir][python] Raise maximum allowed version (#114050)
Raises the maximum allowed versions to more recent versions, which is a basic enabler to install them in a venv using Python 3.13.
1 parent f246b5f commit f5e6c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.19.5, <=1.26
2-
pybind11>=2.9.0, <=2.10.3
1+
numpy>=1.19.5, <=2.1.2
2+
pybind11>=2.9.0, <=2.13.6
33
PyYAML>=5.4.0, <=6.0.1
4-
ml_dtypes>=0.1.0, <=0.4.0 # provides several NumPy dtype extensions, including the bf16
4+
ml_dtypes>=0.1.0, <=0.5.0 # provides several NumPy dtype extensions, including the bf16

0 commit comments

Comments
 (0)