[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:
parent
f246b5f547
commit
f5e6c8e0b7
@ -1,4 +1,4 @@
|
||||
numpy>=1.19.5, <=1.26
|
||||
pybind11>=2.9.0, <=2.10.3
|
||||
numpy>=1.19.5, <=2.1.2
|
||||
pybind11>=2.9.0, <=2.13.6
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user