From f98e9650685c8efca3be339ad295b7682a493b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 04:38:59 +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 7704479060..7a7b2a105e 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.0', 'pint==0.22', 'psutil==5.9.5',