Skip to content

Commit c0eef55

Browse files
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](numpy/numpy@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] <support@github.com>
1 parent 01d1fe0 commit c0eef55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
keywords='lammps, mpi4py',
2828
packages=find_packages(exclude=["*tests*"]),
2929
install_requires=[
30-
"mpi4py==3.1.5", "pympipool==0.7.5", "numpy==1.26.0"
30+
"mpi4py==3.1.5", "pympipool==0.7.5", "numpy==1.26.2"
3131
],
3232
extras_require={
3333
"ase": ["ase==3.22.1", "scipy==1.11.3"],

0 commit comments

Comments
 (0)