From 6224a10750fd1b9f1ba192f1a3925fdea7774e29 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Tue, 29 Oct 2024 13:19:32 +0000 Subject: [PATCH] [mlir][python] Raise maximum allowed version Raises the maximum allowed versions to more recent versions, which is a basic enabler to install them in a venv using Python 3.13. --- mlir/python/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mlir/python/requirements.txt b/mlir/python/requirements.txt index d1b5418cca5b2..eeaac27461b11 100644 --- a/mlir/python/requirements.txt +++ b/mlir/python/requirements.txt @@ -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