Skip to content

Commit

Permalink
Merge pull request #243 from pyiron/dependabot/pip/scipy-1.14.1
Browse files Browse the repository at this point in the history
Bump scipy from 1.14.0 to 1.14.1
  • Loading branch information
jan-janssen authored Aug 23, 2024
2 parents 41959d2 + 4ca7407 commit 654ff39
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:
- pyscal3 =3.2.7
- pyxtal =1.0.2
- scikit-learn =1.5.1
- scipy =1.14.0
- scipy =1.14.1
- spglib =2.5.0
- sqsgenerator =0.3
2 changes: 1 addition & 1 deletion .ci_support/environment_mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dependencies:
- ase =3.23.0
- coverage
- numpy =1.26.4
- scipy =1.14.0
- scipy =1.14.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"ase==3.23.0",
"numpy==1.26.4",
"scipy==1.14.0",
"scipy==1.14.1",
]
dynamic = ["version"]

Expand Down

0 comments on commit 654ff39

Please sign in to comment.