From f72efd3a0ea359e6b00b4ece1ab0e75683db2973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:15:23 +0000 Subject: [PATCH] Chore(deps): Bump numpy from 1.26.4 to 2.1.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.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.26.4...v2.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- config/requirements_dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/requirements_dev.txt b/config/requirements_dev.txt index e24c89c3..6b4976cd 100644 --- a/config/requirements_dev.txt +++ b/config/requirements_dev.txt @@ -11,7 +11,7 @@ idna==3.7 language-selector==0.1 lxml==5.3.0 netifaces==0.11.0 -numpy==1.26.4 +numpy==2.1.0 packaging==24.1 pandas==2.0.3 patsy==0.5.2 diff --git a/requirements.txt b/requirements.txt index 875c7278..240ff1fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.9.1 -numpy==1.26.4 +numpy==2.1.0 pandas==1.3.5 scipy==1.13.0 pytest==8.3.2