Skip to content

Commit

Permalink
Merge pull request #146 from pyiron/pympipool
Browse files Browse the repository at this point in the history
Update pympipool to 0.7.1
  • Loading branch information
jan-janssen authored Oct 5, 2023
2 parents 2365d93 + b0e444d commit 747336b
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.26.0
- mpi4py =3.1.4
- pympipool =0.7.0
- pympipool =0.7.1
- 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 @@ -8,6 +8,6 @@ dependencies:
- openmpi
- numpy =1.26.0
- mpi4py =3.1.4
- pympipool =0.7.0
- pympipool =0.7.1
- 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.4", "pympipool==0.7.0", "numpy==1.26.0"
"mpi4py==3.1.4", "pympipool==0.7.1", "numpy==1.26.0"
],
extras_require={
"ase": ["ase==3.22.1", "scipy==1.11.3"],
Expand Down

0 comments on commit 747336b

Please sign in to comment.