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 #348 from pyiron/dependabot/pip/pyiron-base-0.9.11
Browse files Browse the repository at this point in the history
Bump pyiron-base from 0.9.10 to 0.9.11
  • Loading branch information
samwaseda authored Aug 10, 2024
2 parents eb26143 + e489d4f commit 5c6fc76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-notebooks-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- k3d
- matplotlib =3.9.1
- numpy =1.26.4
- pyiron_base =0.9.10
- pyiron_base =0.9.11
- pyiron_snippets =0.1.3
- pyiron-data =0.0.30
- python-damask =3.0.0b
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-pypi-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- codacy-coverage
- matplotlib =3.9.1
- numpy =1.26.4
- pyiron_base =0.9.10
- pyiron_base =0.9.11
- pyiron_snippets =0.1.3
- scipy =1.14.0
- sympy =1.13.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
install_requires=[
'matplotlib==3.9.1',
'numpy==1.26.4',
'pyiron_base==0.9.10',
'pyiron_base==0.9.11',
'pyiron_snippets==0.1.3',
'scipy==1.14.0',
'sympy==1.13.1'
Expand Down

0 comments on commit 5c6fc76

Please sign in to comment.