From 994885c23031306534a0f349d6096aa2e5df28f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:25:54 +0000 Subject: [PATCH] Bump numpy from 1.24.3 to 1.26.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.26.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...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a6c8adc7..069cbd984 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'h5io==0.1.9', 'h5py==3.9.0', 'jinja2==3.1.2', - 'numpy==1.24.3', + 'numpy==1.26.0', 'pandas==2.1.1', 'pint==0.22', 'psutil==5.9.5',