From c27bf63144eee1cfe207a989a27c2bf712bce0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:10:58 +0000 Subject: [PATCH] Bump numpy from 1.26.0 to 1.26.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.2. - [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.0...v1.26.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91526cfd2a..fa6b05f0e1 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'matplotlib==3.8.1', 'mendeleev==0.14.0', 'mp-api==0.37.5', - 'numpy==1.26.0', + 'numpy==1.26.2', 'pandas==2.1.3', 'phonopy==2.20.0', 'pint==0.22',