Skip to content

Commit

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

Bump pyiron-atomistics from 0.3.12 to 0.4.1
  • Loading branch information
jan-janssen authored Dec 25, 2023
2 parents 300718c + d8b2e5c commit 95acd34
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.2
- pyiron_base =0.6.13
- pyiron_atomistics =0.3.12
- pyiron_base =0.6.14
- pyiron_atomistics =0.4.1
- pyparsing =3.1.1
- scipy =1.11.4
- seaborn =0.13.0
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.2
- pyiron_base =0.6.13
- pyiron_atomistics =0.3.12
- pyiron_base =0.6.14
- pyiron_atomistics =0.4.1
- pyparsing =3.1.1
- scipy =1.11.4
- seaborn =0.13.0
Expand Down
4 changes: 2 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.2
- pyiron_base =0.6.13
- pyiron_atomistics =0.3.12
- pyiron_base =0.6.14
- pyiron_atomistics =0.4.1
- pyparsing =3.1.1
- scipy =1.11.4
- seaborn =0.13.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
install_requires=[
'matplotlib==3.8.2',
'numpy==1.26.2',
'pyiron_base==0.6.13',
'pyiron_base==0.6.14',
'scipy==1.11.4',
'seaborn==0.13.0',
'pyparsing==3.1.1',
],
extras_require={
'atomistic': [
'ase==3.22.1',
'pyiron_atomistics==0.3.12',
'pyiron_atomistics==0.4.1',
'pycp2k==0.2.2',
],
'fenics': [
Expand Down

0 comments on commit 95acd34

Please sign in to comment.