Skip to content

Commit

Permalink
Merge pull request #8 from pyiron/dependabot/pip/pyiron-atomistics-0.3.5
Browse files Browse the repository at this point in the history
Bump pyiron-atomistics from 0.3.4 to 0.3.5
  • Loading branch information
jan-janssen authored Oct 30, 2023
2 parents 4b5cd23 + 0739e2a commit c2c642e
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.0
- numpy =1.26.0
- pyiron_base =0.6.8
- pyiron_atomistics =0.3.4
- pyiron_atomistics =0.3.5
- pyiron-data =0.0.25
- pyparsing =3.1.1
- scipy =1.11.3
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.0
- numpy =1.26.0
- pyiron_base =0.6.8
- pyiron_atomistics =0.3.4
- pyiron_atomistics =0.3.5
- pyiron-data =0.0.25
- pyparsing =3.1.1
- scipy =1.11.3
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- matplotlib =3.8.0
- numpy =1.26.0
- pyiron_base =0.6.8
- pyiron_atomistics =0.3.4
- pyiron_atomistics =0.3.5
- pyiron-data =0.0.25
- pyparsing =3.1.1
- scipy =1.11.3
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.3.4',
'pyiron_atomistics==0.3.5',
'matplotlib==3.8.0',
'numpy==1.26.0',
'pyiron_base==0.6.8',
Expand Down

0 comments on commit c2c642e

Please sign in to comment.