Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #345 from pyiron/dependabot/pip/pyiron-base-0.9.10
Browse files Browse the repository at this point in the history
Bump pyiron-base from 0.9.5 to 0.9.10
  • Loading branch information
samwaseda authored Aug 2, 2024
2 parents 8732c57 + 4028d68 commit 001e6c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment-notebooks-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:
- k3d
- matplotlib =3.8.4
- numpy =1.26.4
- pyiron_base =0.9.5
- pyiron_snippets =0.1.2
- pyiron_base =0.9.10
- pyiron_snippets =0.1.3
- pyiron-data =0.0.30
- python-damask =3.0.0b
- scipy =1.14.0
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment-pypi-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.4
- numpy =1.26.4
- pyiron_base =0.9.5
- pyiron_snippets =0.1.2
- pyiron_base =0.9.10
- pyiron_snippets =0.1.3
- scipy =1.14.0
- sympy =1.12.1
- python-blosc2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
install_requires=[
'matplotlib==3.8.4',
'numpy==1.26.4',
'pyiron_base==0.9.5',
'pyiron_snippets==0.1.2',
'pyiron_base==0.9.10',
'pyiron_snippets==0.1.3',
'scipy==1.14.0',
'sympy==1.12.1'
],
Expand Down

0 comments on commit 001e6c4

Please sign in to comment.