Skip to content

Commit

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

Bump pyiron-atomistics from 0.2.16 to 0.2.17
  • Loading branch information
jan-janssen authored Jun 28, 2021
2 parents 199ca37 + 5fedb82 commit 343112e
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 @@ -7,8 +7,8 @@ dependencies:
- codacy-coverage
- matplotlib =3.4.2
- numpy =1.21.0
- pyiron_base =0.2.16
- pyiron_atomistics =0.2.16
- pyiron_base =0.2.17
- pyiron_atomistics =0.2.17
- scipy =1.7.0
- seaborn =0.11.1
- scikit-image =0.18.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
install_requires=[
'matplotlib==3.4.2',
'numpy==1.21.0',
'pyiron_base==0.2.16',
'pyiron_base==0.2.17',
'scipy==1.7.0',
'seaborn==0.11.1'
],
extras_require={
'atomistic': [
'ase==3.22.0',
'pyiron_atomistics==0.2.16',
'pyiron_atomistics==0.2.17',
],
'fenics': [
'fenics==2019.1.0',
Expand Down

0 comments on commit 343112e

Please sign in to comment.