Skip to content

Commit 209801e

Browse files
authored
Merge pull request #219 from pyiron/dependabot/pip/pympipool-0.8.5
Bump pympipool from 0.8.4 to 0.8.5
2 parents 6ef272d + 4812603 commit 209801e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.6
9-
- pympipool =0.8.4
9+
- pympipool =0.8.5
1010
- ase =3.23.0
1111
- scipy =1.13.1

.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.6
9-
- pympipool =0.8.4
9+
- pympipool =0.8.5
1010
- ase =3.23.0
1111
- scipy =1.13.1

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies:
55
- numpy =1.26.4
66
- lammps =2024.02.07
77
- mpi4py =3.1.6
8-
- pympipool =0.8.4
8+
- pympipool =0.8.5
99
- ase =3.23.0
1010
- scipy =1.13.1

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.6",
28-
"pympipool==0.8.4",
28+
"pympipool==0.8.5",
2929
"numpy==1.26.4",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)