Skip to content

Commit

Permalink
Merge pull request #202 from pyiron/dependabot/pip/pympipool-0.8.2
Browse files Browse the repository at this point in the history
Bump pympipool from 0.8.1 to 0.8.2
  • Loading branch information
jan-janssen committed May 11, 2024
2 parents 68d4a31 + e337762 commit 1c0235a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Expand Up @@ -6,6 +6,6 @@ dependencies:
- mpich
- numpy =1.26.4
- mpi4py =3.1.6
- pympipool =0.8.1
- pympipool =0.8.2
- ase =3.22.1
- scipy =1.13.0
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Expand Up @@ -6,6 +6,6 @@ dependencies:
- openmpi
- numpy =1.26.4
- mpi4py =3.1.6
- pympipool =0.8.1
- pympipool =0.8.2
- ase =3.22.1
- scipy =1.13.0
2 changes: 1 addition & 1 deletion binder/environment.yml
Expand Up @@ -5,6 +5,6 @@ dependencies:
- numpy =1.26.4
- lammps =2024.02.07
- mpi4py =3.1.6
- pympipool =0.8.1
- pympipool =0.8.2
- ase =3.22.1
- scipy =1.13.0
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"mpi4py==3.1.6",
"pympipool==0.8.1",
"pympipool==0.8.2",
"numpy==1.26.4",
]
dynamic = ["version"]
Expand Down

0 comments on commit 1c0235a

Please sign in to comment.