diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index d185c45f6191..7ab2d452464b 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -26,7 +26,7 @@ requires = [ # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.7", # Numpy headers - "numpy>=1.14.3,<1.25", # Update setup.py as well. + "numpy>=1.14.3,<2.2", # Update setup.py as well. # having cython here will create wheels that are platform dependent. "cython==0.29.36", ]