Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pympipool' into pympipool
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 15, 2023
2 parents f8a160c + d4b717c commit fbb56fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .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.2
- pympipool =0.7.0
- ase =3.22.1
- scipy =1.11.1
- scipy =1.11.2
4 changes: 2 additions & 2 deletions .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.2
- pympipool =0.7.0
- ase =3.22.1
- scipy =1.11.1
- scipy =1.11.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
keywords='lammps, mpi4py',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
"mpi4py==3.1.4", "pympipool==0.6.2", "numpy==1.23.5"
"mpi4py==3.1.4", "pympipool==0.7.0", "numpy==1.23.5"
],
extras_require={
"ase": ["ase==3.22.1", "scipy==1.11.1"],
"ase": ["ase==3.22.1", "scipy==1.11.2"],
},
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit fbb56fd

Please sign in to comment.