Skip to content

Commit

Permalink
Merge pull request #1213 from pyiron/baseatomistics
Browse files Browse the repository at this point in the history
Bump base and atomistics
  • Loading branch information
pmrv authored Jan 6, 2025
2 parents 766b262 + 963adc4 commit 4e31537
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-base =3.9.2
- numpy =1.26.4
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
- pyiron_base =0.10.9
- pyiron_atomistics =0.6.18
- pyiron_snippets =0.1.3
- pyparsing =3.1.4
- scipy =1.14.1
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-base =3.9.2
- numpy =1.26.4
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
- pyiron_base =0.10.9
- pyiron_atomistics =0.6.18
- pyiron_snippets =0.1.3
- pyparsing =3.1.4
- scipy =1.14.1
Expand Down
4 changes: 2 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
- codacy-coverage
- matplotlib-base =3.9.2
- numpy =1.26.4
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
- pyiron_base =0.10.9
- pyiron_atomistics =0.6.18
- pyiron_snippets =0.1.3
- pyparsing =3.1.4
- scipy =1.14.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
'matplotlib==3.9.2',
'numpy==1.26.4',
'pyiron_snippets==0.1.3',
'pyiron_base==0.10.1',
'pyiron_base==0.10.9',
'scipy==1.14.1',
'seaborn==0.13.2',
'pyparsing==3.1.4',
],
extras_require={
'atomistic': [
'ase==3.23.0',
'pyiron_atomistics==0.6.12',
'pyiron_atomistics==0.6.18',
'pycp2k==0.2.2',
],
'fenics': [
Expand Down

0 comments on commit 4e31537

Please sign in to comment.