Skip to content

Commit

Permalink
Merge pull request #73 from pyiron/dependabot/pip/pylammpsmpi-0.2.6
Browse files Browse the repository at this point in the history
Bump pylammpsmpi from 0.2.5 to 0.2.6
  • Loading branch information
jan-janssen authored Nov 20, 2023
2 parents 29affef + 251fcf9 commit 4e624af
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-lammps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
dependencies:
- lammps =2023.08.02
- pandas =2.1.3
- pylammpsmpi =0.2.5
- pylammpsmpi =0.2.6
- jinja2 =3.1.2
- iprpy-data =2023.07.25
- iprpy-data =2023.07.25
6 changes: 3 additions & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
- scipy =1.11.3
- spglib =2.1.0
- phonopy =2.20.0
- structuretoolkit =0.0.11
- structuretoolkit =0.0.12
- seekpath =2.1.0
- gpaw =23.9.1
- lammps =2023.08.02
- pandas =2.1.3
- pylammpsmpi =0.2.5
- jinja2 =3.1.2
- pylammpsmpi =0.2.6
- jinja2 =3.1.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
extras_require={
"phonopy": ['phonopy==2.20.0', 'seekpath==2.1.0', 'structuretoolkit==0.0.12'],
"gpaw": ['gpaw==23.9.1'],
"lammps": ['pylammpsmpi==0.2.5', 'jinja2==3.1.2', 'pandas==2.1.3']
"lammps": ['pylammpsmpi==0.2.6', 'jinja2==3.1.2', 'pandas==2.1.3']
},
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 4e624af

Please sign in to comment.