Skip to content

Commit

Permalink
Merge pull request #981 from pyiron/dependabot/pip/pyiron-atomistics-…
Browse files Browse the repository at this point in the history
…0.4.10
  • Loading branch information
liamhuber authored Feb 3, 2024
2 parents 213cb7a + b51d687 commit 9f855ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.3
- pyiron_base =0.6.22
- pyiron_atomistics =0.4.6
- pyiron_base =0.7.2
- pyiron_atomistics =0.4.10
- pyparsing =3.1.1
- scipy =1.11.4
- scipy =1.12.0
- seaborn =0.13.2
- scikit-image =0.22.0
- randspg =0.0.1
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.3
- pyiron_base =0.6.22
- pyiron_atomistics =0.4.6
- pyiron_base =0.7.2
- pyiron_atomistics =0.4.10
- pyparsing =3.1.1
- scipy =1.11.4
- scipy =1.12.0
- seaborn =0.13.2
- scikit-image =0.22.0
- randspg =0.0.1
Expand Down
6 changes: 3 additions & 3 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.3
- pyiron_base =0.6.22
- pyiron_atomistics =0.4.6
- pyiron_base =0.7.2
- pyiron_atomistics =0.4.10
- pyparsing =3.1.1
- scipy =1.11.4
- scipy =1.12.0
- seaborn =0.13.2
- scikit-image =0.22.0
- randspg =0.0.1
Expand Down
6 changes: 3 additions & 3 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.3',
'pyiron_base==0.6.22',
'scipy==1.11.4',
'pyiron_base==0.7.2',
'scipy==1.12.0',
'seaborn==0.13.2',
'pyparsing==3.1.1',
],
extras_require={
'atomistic': [
'ase==3.22.1',
'pyiron_atomistics==0.4.6',
'pyiron_atomistics==0.4.10',
'pycp2k==0.2.2',
],
'fenics': [
Expand Down

0 comments on commit 9f855ef

Please sign in to comment.