Skip to content

Commit 76fb8d9

Browse files
Update numpy requirement in /sdks/python
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.14.3...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09c166b commit 76fb8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requires = [
3030
# Avoid https://github.com/pypa/virtualenv/issues/2006
3131
"distlib==0.3.9",
3232
# Numpy headers
33-
"numpy>=1.14.3,<2.5.0", # Update setup.py as well.
33+
"numpy>=2.2.6,<2.5.0", # Update setup.py as well.
3434
# having cython here will create wheels that are platform dependent.
3535
"cython>=3.0,<4",
3636
## deps for generating external transform wrappers:

0 commit comments

Comments
 (0)