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

Commit

Permalink
Merge branch 'main' into dependabot/pip/pyiron-base-0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda authored Aug 10, 2024
2 parents 4c2c9aa + eb26143 commit e489d4f
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 @@ -26,6 +26,6 @@ dependencies:
- trame =3.6.0
- trame-vtk =2.8.8
- trame-vuetify =2.5.0
- sympy =1.13.0
- sympy =1.13.1
- python-blosc2
- mendeleev =0.17.0
2 changes: 1 addition & 1 deletion .ci_support/environment-pypi-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pyiron_base =0.9.11
- pyiron_snippets =0.1.3
- scipy =1.14.0
- sympy =1.13.0
- sympy =1.13.1
- python-blosc2
- python-damask =3.0.0b
- mendeleev =0.17.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'pyiron_base==0.9.11',
'pyiron_snippets==0.1.3',
'scipy==1.14.0',
'sympy==1.13.0'
'sympy==1.13.1'
],
extras_require={
'fenics': [
Expand Down

0 comments on commit e489d4f

Please sign in to comment.