From 9106d9ddfdbbba5ac08fdf86bcdad44d88d34e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:25:50 +0000 Subject: [PATCH] MNT: (deps): Bump numpy from 2.0.0 to 2.0.1 in /ci Bumps [numpy](https://github.com/numpy/numpy) from 2.0.0 to 2.0.1. - [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/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... 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 d4f7553..2648d31 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ #python>=3.8 matplotlib==3.9.1 -numpy==2.0.0 +numpy==2.0.1 pandas==2.2.2 xlrd>=1.0.0 netcdf4==1.7.1.post1 diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index fb0fa9c..0fd79c7 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -1,6 +1,6 @@ #python>=3.8 matplotlib==3.9.1 -numpy==2.0.0 +numpy==2.0.1 pandas==2.2.2 xlrd>=1.0.0 netcdf4==1.7.1.post1