From eed408669d733796c36568119866f534565c23a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:11:04 +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 a5c8488..3b84259 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ keywords='lammps, mpi4py', packages=find_packages(exclude=["*tests*"]), install_requires=[ - "mpi4py==3.1.5", "pympipool==0.7.3", "numpy==1.26.0" + "mpi4py==3.1.5", "pympipool==0.7.3", "numpy==1.26.2" ], extras_require={ "ase": ["ase==3.22.1", "scipy==1.11.3"],