Skip to content

Commit

Permalink
Bump scipy from 1.14.1 to 1.15.0 (#385)
Browse files Browse the repository at this point in the history
* Bump scipy from 1.14.1 to 1.15.0

Bumps [scipy](https://github.com/scipy/scipy) from 1.14.1 to 1.15.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.14.1...v1.15.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update environment

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Jan 8, 2025
1 parent 499a1ca commit bb2e00b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- ase =3.24.0
- coverage
- numpy =1.26.3
- scipy =1.14.1
- scipy =1.15.0
- spglib =2.5.0
- phonopy =2.34.0
- structuretoolkit =0.0.29
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pandas =2.2.3
- phonopy =2.34.0
- requests =2.32.3
- scipy =1.14.1
- scipy =1.15.0
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.29
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- ase =3.24.0
- numpy =1.26.4
- scipy =1.14.1
- scipy =1.15.0
- spglib =2.5.0
- phonopy =2.34.0
- structuretoolkit =0.0.29
Expand Down
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.24.0",
"numpy==1.26.4",
"scipy==1.14.1",
"scipy==1.15.0",
"spglib==2.5.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit bb2e00b

Please sign in to comment.