From c7a3b9960fce92ed4fe39282d06f05f150f33227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:28:12 +0000 Subject: [PATCH] MNT: (deps): Bump numpy from 1.26.4 to 2.0.0 in /ci Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 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.26.4...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- ci/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 5dc30b9..255978f 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ #python>=3.8 matplotlib==3.9.0 -numpy==1.26.4 +numpy==2.0.0 pandas==2.2.2 xlrd>=1.0.0 netcdf4==1.6.5 diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index d0a1ace..cb13b22 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -1,6 +1,6 @@ #python>=3.8 matplotlib==3.9.0 -numpy==1.26.4 +numpy==2.0.0 pandas==2.2.2 xlrd>=1.0.0 netcdf4==1.6.5