Skip to content

Commit

Permalink
Merge pull request #63 from pyiron/dependabot/pip/pyiron-atomistics-0…
Browse files Browse the repository at this point in the history
….5.1

Bump pyiron-atomistics from 0.5.0 to 0.5.1
  • Loading branch information
pmrv authored Apr 15, 2024
2 parents 9fe7e51 + 4361815 commit b3545f6
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.7.9
- pyiron_atomistics =0.5.0
- pyiron_atomistics =0.5.1
- pyiron-data =0.0.25
- pyparsing =3.1.1
- scipy =1.11.4
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.7.9
- pyiron_atomistics =0.5.0
- pyiron_atomistics =0.5.1
- pyiron-data =0.0.25
- pyparsing =3.1.1
- scipy =1.11.4
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.7.9
- pyiron_atomistics =0.5.0
- pyiron_atomistics =0.5.1
- pyiron-data =0.0.25
- pyparsing =3.1.1
- scipy =1.11.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'ase==3.22.1',
'pyiron_atomistics==0.5.0',
'pyiron_atomistics==0.5.1',
'matplotlib==3.8.3',
'numpy==1.26.4',
'pyiron_base==0.7.9',
Expand Down

0 comments on commit b3545f6

Please sign in to comment.