Skip to content

Commit

Permalink
Merge pull request #1078 from pyiron/dependabot/pip/pyiron-atomistics…
Browse files Browse the repository at this point in the history
…-0.6.1

Bump pyiron-atomistics from 0.6.0 to 0.6.1
  • Loading branch information
pmrv authored Jun 12, 2024
2 parents 4b8efb6 + 7fddbe9 commit 7e2f811
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.9.0
- pyiron_atomistics =0.6.0
- pyiron_atomistics =0.6.1
- pyiron_snippets =0.1.1
- pyparsing =3.1.2
- scipy =1.12.0
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.9.0
- pyiron_atomistics =0.6.0
- pyiron_atomistics =0.6.1
- pyiron_snippets =0.1.1
- pyparsing =3.1.2
- scipy =1.12.0
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.9.0
- pyiron_atomistics =0.6.0
- pyiron_atomistics =0.6.1
- pyiron_snippets =0.1.1
- pyparsing =3.1.2
- scipy =1.12.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
extras_require={
'atomistic': [
'ase==3.23.0',
'pyiron_atomistics==0.6.0',
'pyiron_atomistics==0.6.1',
'pycp2k==0.2.2',
],
'fenics': [
Expand Down

0 comments on commit 7e2f811

Please sign in to comment.