Skip to content

Commit

Permalink
Merge pull request #1142 from pyiron/bump_base
Browse files Browse the repository at this point in the history
Bump pyiron_base and pyiron_atomistics dependency
  • Loading branch information
jan-janssen authored Sep 9, 2024
2 parents 822f908 + 79ff03e commit 1282c1f
Show file tree
Hide file tree
Showing 5 changed files with 10 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.1
- numpy =1.26.4
- pyiron_base =0.9.11
- pyiron_atomistics =0.6.10
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
- pyiron_snippets =0.1.3
- pyparsing =3.1.2
- scipy =1.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-base =3.9.1
- numpy =1.26.4
- pyiron_base =0.9.11
- pyiron_atomistics =0.6.10
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
- pyiron_snippets =0.1.3
- pyparsing =3.1.2
- scipy =1.13.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
secrets: inherit
with:
notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml
python-version-alt3: 'exclude' # No python 3.9
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.1
- numpy =1.26.4
- pyiron_base =0.9.11
- pyiron_atomistics =0.6.10
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
- pyiron_snippets =0.1.3
- pyparsing =3.1.2
- scipy =1.13.0
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],

keywords='pyiron',
Expand All @@ -33,15 +34,15 @@
'matplotlib==3.9.1',
'numpy==1.26.4',
'pyiron_snippets==0.1.3',
'pyiron_base==0.9.11',
'pyiron_base==0.10.1',
'scipy==1.13.0',
'seaborn==0.13.2',
'pyparsing==3.1.2',
],
extras_require={
'atomistic': [
'ase==3.23.0',
'pyiron_atomistics==0.6.10',
'pyiron_atomistics==0.6.12',
'pycp2k==0.2.2',
],
'fenics': [
Expand Down

0 comments on commit 1282c1f

Please sign in to comment.