Skip to content

Commit e865a2a

Browse files
authored
Merge pull request #179 from pyiron/dependabot/pip/pympipool-0.7.14
Bump pympipool from 0.7.13 to 0.7.14
2 parents 6bd6da3 + a079e27 commit e865a2a

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.4
88
- mpi4py =3.1.5
9-
- pympipool =0.7.13
9+
- pympipool =0.7.14
1010
- ase =3.22.1
1111
- scipy =1.12.0

.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.4
88
- mpi4py =3.1.5
9-
- pympipool =0.7.13
9+
- pympipool =0.7.14
1010
- ase =3.22.1
1111
- scipy =1.12.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"mpi4py==3.1.5",
28-
"pympipool==0.7.13",
28+
"pympipool==0.7.14",
2929
"numpy==1.26.4",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)