From b6b8e04daec8b7acb5e2ea6ae0167229987294b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:57:26 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.26.3 to 2.4.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 2.4.3. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.3...v2.4.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..22aeb90 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -21,7 +21,7 @@ tiktoken==0.5.2 openai==1.7.1 # Data Processing -numpy==1.26.3 +numpy==2.4.3 pandas==2.1.4 scikit-learn==1.4.0 scipy==1.11.4