WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2365d93

Browse files
authored
Merge pull request #141 from pyiron/dependabot/pip/numpy-1.26.0
Bump numpy from 1.23.5 to 1.26.0
2 parents a110ecd + db56c69 commit 2365d93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- codacy-coverage
77
- lammps =2023.03.28
88
- mpich
9-
- numpy =1.23.5
9+
- numpy =1.26.0
1010
- mpi4py =3.1.4
1111
- pympipool =0.7.0
1212
- ase =3.22.1

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- codacy-coverage
77
- lammps =2023.03.28
88
- openmpi
9-
- numpy =1.23.5
9+
- numpy =1.26.0
1010
- mpi4py =3.1.4
1111
- pympipool =0.7.0
1212
- ase =3.22.1

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.4", "pympipool==0.7.0", "numpy==1.23.5"
30+
"mpi4py==3.1.4", "pympipool==0.7.0", "numpy==1.26.0"
3131
],
3232
extras_require={
3333
"ase": ["ase==3.22.1", "scipy==1.11.3"],

0 commit comments

Comments
 (0)