Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 17, 2023
1 parent 39e46b9 commit 5f0c863
Showing 1 changed file with 1 addition and 1 deletion.
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.3", "numpy==1.26.0"
"mpi4py==3.1.5", "pympipool==0.7.5", "numpy==1.26.0"
],
extras_require={
"ase": ["ase==3.22.1", "scipy==1.11.3"],
Expand Down

0 comments on commit 5f0c863

Please sign in to comment.