diff --git a/pyproject.toml b/pyproject.toml index 153794049..18b59fddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,9 @@ dependencies = [ "packaging>=21.0", "tqdm>=4.29.0", "joblib>=1.3.0", - "numpy<2.0.0" # some of our dependencies are not yet compatible with numpy 2.0 + "numpy>=1.26; python_version >= '3.12'", + "numpy>=1.24; python_version >= '3.11'", + "numpy>=1.22", ]