Skip to content

Commit

Permalink
Merge pull request #136 from pyiron/dependabot/pip/pympipool-0.6.2
Browse files Browse the repository at this point in the history
Bump pympipool from 0.6.1 to 0.6.2
  • Loading branch information
jan-janssen authored Aug 7, 2023
2 parents ed1fdf6 + 7203bc0 commit cae61ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- mpich
- numpy =1.23.5
- mpi4py =3.1.4
- pympipool =0.6.1
- pympipool =0.6.2
- ase =3.22.1
- scipy =1.11.1
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- openmpi
- numpy =1.23.5
- mpi4py =3.1.4
- pympipool =0.6.1
- pympipool =0.6.2
- ase =3.22.1
- scipy =1.11.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
keywords='lammps, mpi4py',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
"mpi4py==3.1.4", "pympipool==0.6.1", "numpy==1.23.5"
"mpi4py==3.1.4", "pympipool==0.6.2", "numpy==1.23.5"
],
extras_require={
"ase": ["ase==3.22.1", "scipy==1.11.1"],
Expand Down

0 comments on commit cae61ea

Please sign in to comment.