Skip to content

Commit

Permalink
Merge 2b9507f into 5dc5906
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
2 parents 5dc5906 + 2b9507f commit 1c34064
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
channels:
- conda-forge
dependencies:
- ase =3.22.1
- ase =3.23.0
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.8.3
- pyiron_atomistics =0.5.4
- pyiron_snippets =0.1.0
- pyiron_base =0.9.0
- pyiron_atomistics =0.6.0
- pyiron_snippets =0.1.1
- pyparsing =3.1.2
- scipy =1.12.0
- seaborn =0.13.2
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
channels:
- conda-forge
dependencies:
- ase =3.22.1
- ase =3.23.0
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.8.3
- pyiron_atomistics =0.5.4
- pyiron_snippets =0.1.0
- pyiron_base =0.9.0
- pyiron_atomistics =0.6.0
- pyiron_snippets =0.1.1
- pyparsing =3.1.2
- scipy =1.12.0
- seaborn =0.13.2
Expand Down
8 changes: 4 additions & 4 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ dependencies:
- nbsphinx
- sphinx-gallery
- sphinx-rtd-theme
- ase =3.22.1
- ase =3.23.0
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.8.3
- pyiron_atomistics =0.5.4
- pyiron_snippets =0.1.0
- pyiron_base =0.9.0
- pyiron_atomistics =0.6.0
- pyiron_snippets =0.1.1
- pyparsing =3.1.2
- scipy =1.12.0
- seaborn =0.13.2
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
install_requires=[
'matplotlib==3.8.3',
'numpy==1.26.4',
'pyiron_snippets==0.1.0',
'pyiron_base==0.8.3',
'pyiron_snippets==0.1.1',
'pyiron_base==0.9.0',
'scipy==1.12.0',
'seaborn==0.13.2',
'pyparsing==3.1.2',
],
extras_require={
'atomistic': [
'ase==3.22.1',
'pyiron_atomistics==0.5.4',
'ase==3.23.0',
'pyiron_atomistics==0.6.0',
'pycp2k==0.2.2',
],
'fenics': [
Expand Down

0 comments on commit 1c34064

Please sign in to comment.