Skip to content

Commit

Permalink
Merge pull request #154 from pyiron/dependabot/pip/pympipool-0.7.3
Browse files Browse the repository at this point in the history
Bump pympipool from 0.7.2 to 0.7.3
  • Loading branch information
jan-janssen authored Nov 13, 2023
2 parents b9c6d35 + b539dd2 commit 2004e8f
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 @@ -6,6 +6,6 @@ dependencies:
- mpich
- numpy =1.26.0
- mpi4py =3.1.5
- pympipool =0.7.2
- pympipool =0.7.3
- ase =3.22.1
- scipy =1.11.3
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- openmpi
- numpy =1.26.0
- mpi4py =3.1.5
- pympipool =0.7.2
- pympipool =0.7.3
- ase =3.22.1
- scipy =1.11.3
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.5", "pympipool==0.7.2", "numpy==1.26.0"
"mpi4py==3.1.5", "pympipool==0.7.3", "numpy==1.26.0"
],
extras_require={
"ase": ["ase==3.22.1", "scipy==1.11.3"],
Expand Down

0 comments on commit 2004e8f

Please sign in to comment.