From 04bb859fe762fe7a395edb14a810d7582a726414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:10:49 +0000 Subject: [PATCH] Bump numpy from 1.24.2 to 2.0.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.24.2 to 2.0.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.24.2...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 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 ca21336cd5..a56da88f8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ipywidgets==8.1.7 matplotlib==3.9.4 -numpy==1.24.2 +numpy==2.0.2 pandas==2.3.2 tqdm==4.67.1 python-dotenv==1.1.1