diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index c764298ebae3..31521c266b46 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -30,7 +30,7 @@ requires = [ # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.9", # Numpy headers - "numpy>=1.14.3,<2.5.0", # Update setup.py as well. + "numpy>=2.2.6,<2.5.0", # Update setup.py as well. # having cython here will create wheels that are platform dependent. "cython>=3.0,<4", ## deps for generating external transform wrappers: