Skip to content

Commit

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

Bump pyiron-atomistics from 0.4.14 to 0.4.15
  • Loading branch information
jan-janssen authored Feb 20, 2024
2 parents aedcabb + 29ce5c2 commit 108e851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.1.2
- pyiron_base =0.7.5
- pyiron_atomistics =0.4.14
- pyiron_base =0.7.7
- pyiron_atomistics =0.4.15
- maggma =0.60.2
- numpy =1.26.4
- pandas =2.2.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.7.5',
'pyiron_atomistics==0.4.14',
'pyiron_base==0.7.7',
'pyiron_atomistics==0.4.15',
'ipywidgets==8.1.2',
'matplotlib==3.8.2',
'nbconvert==7.16.1',
Expand Down

0 comments on commit 108e851

Please sign in to comment.