[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.
This commit is contained in:
Marius Brehler 2024-10-31 17:39:26 +01:00 committed by GitHub
parent f246b5f547
commit f5e6c8e0b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
numpy>=1.19.5, <=1.26 numpy>=1.19.5, <=2.1.2
pybind11>=2.9.0, <=2.10.3 pybind11>=2.9.0, <=2.13.6
PyYAML>=5.4.0, <=6.0.1 PyYAML>=5.4.0, <=6.0.1
ml_dtypes>=0.1.0, <=0.4.0 # provides several NumPy dtype extensions, including the bf16 ml_dtypes>=0.1.0, <=0.5.0 # provides several NumPy dtype extensions, including the bf16