Skip to content

Commit

Permalink
Merge pull request #127 from pyiron/dependabot/pip/pympipool-0.5.6
Browse files Browse the repository at this point in the history
Bump pympipool from 0.5.5 to 0.5.6
  • Loading branch information
jan-janssen authored Jul 24, 2023
2 parents a1c2a84 + 19c8544 commit 6473bc7
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- mpich
- numpy =1.23.5
- mpi4py =3.1.4
- pympipool =0.5.5
- pympipool =0.5.6
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- openmpi
- numpy =1.23.5
- mpi4py =3.1.4
- pympipool =0.5.5
- pympipool =0.5.6
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- numpy =1.23.5
- lammps >=2021.05.27
- mpi4py =3.1.4
- pympipool =0.5.5
- pympipool =0.5.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
keywords='lammps, mpi4py',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
"mpi4py==3.1.4", "pympipool==0.5.5", "numpy==1.23.5"
"mpi4py==3.1.4", "pympipool==0.5.6", "numpy==1.23.5"
],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 6473bc7

Please sign in to comment.