From 9fed0084d5a9535df022902a76c4e23152158c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:26:12 +0000 Subject: [PATCH] build(deps): bump numpy from 1.26.4 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.2. - [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.4...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b593585..9b5dca6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jupyter == 1.0.0 langdetect == 1.0.9 notebook == 7.1.2 -numpy == 1.26.4 +numpy == 2.2.2 pandas == 2.2.3 scikit-learn == 1.4.0