From e7efa2711bcec9fd205989a2e2e2e65b6b6ffeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 03:04:05 +0000 Subject: [PATCH] Bump numpy from 1.24.3 to 2.0.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 2.0.0. - [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.3...v2.0.0) --- 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 9599340..3daa205 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pandas==1.5.3 -numpy==1.24.3 \ No newline at end of file +numpy==2.0.0 \ No newline at end of file