Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 9e319e9

Browse files
[mlir][python] Update minimal version of pybind11 to 2.10. (#117314)
This PR updates the minimal required version of pybind11 from 2.9.0 to 2.10.0. New new version is almost 2.5 years old, which is half a year less than the previous version. This change is necessary to support the changes introduced in #115307, which does not compile with pybind11 v.2.9. Signed-off-by: Ingo Müller <[email protected]>
1 parent 32e7a14 commit 9e319e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy>=1.19.5, <=2.1.2
2-
pybind11>=2.9.0, <=2.13.6
2+
pybind11>=2.10.0, <=2.13.6
33
PyYAML>=5.4.0, <=6.0.1
44
ml_dtypes>=0.1.0, <=0.5.0 # provides several NumPy dtype extensions, including the bf16

0 commit comments

Comments
 (0)