Skip to content

Commit

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

Bump pyiron-atomistics from 0.2.56 to 0.2.57
  • Loading branch information
niklassiemer authored Oct 4, 2022
2 parents e52448e + cc15bdf commit 5a328bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- codacy-coverage
- ipywidgets =7.7.1
- pyiron_base =0.5.24
- pyiron_atomistics =0.2.56
- pyiron_atomistics =0.2.57
- numpy =1.23.3
- pandas =1.5.0
- matplotlib-base =3.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.5.24',
'pyiron_atomistics==0.2.56',
'pyiron_atomistics==0.2.57',
'ipywidgets==7.7.1',
'matplotlib==3.6.0',
'numpy==1.23.3',
Expand Down

0 comments on commit 5a328bc

Please sign in to comment.