Skip to content

Commit 2004e8f

Browse files
authored
Merge pull request #154 from pyiron/dependabot/pip/pympipool-0.7.3
Bump pympipool from 0.7.2 to 0.7.3
2 parents b9c6d35 + b539dd2 commit 2004e8f

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,6 +6,6 @@ dependencies:
66
- mpich
77
- numpy =1.26.0
88
- mpi4py =3.1.5
9-
- pympipool =0.7.2
9+
- pympipool =0.7.3
1010
- ase =3.22.1
1111
- scipy =1.11.3

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies:
66
- openmpi
77
- numpy =1.26.0
88
- mpi4py =3.1.5
9-
- pympipool =0.7.2
9+
- pympipool =0.7.3
1010
- ase =3.22.1
1111
- scipy =1.11.3

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

0 commit comments

Comments
 (0)