Skip to content

Commit

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

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

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

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 13, 2025
1 parent a54dac3 commit 31c4c55
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-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- mpi4py =4.0.1
- executorlib =0.0.7
- ase =3.24.0
- scipy =1.15.0
- scipy =1.15.1
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- mpi4py =4.0.1
- executorlib =0.0.7
- ase =3.24.0
- scipy =1.15.0
- scipy =1.15.1
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- mpi4py =4.0.1
- executorlib =0.0.4
- ase =3.24.0
- scipy =1.15.0
- scipy =1.15.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi"
[project.optional-dependencies]
ase = [
"ase==3.24.0",
"scipy==1.15.0",
"scipy==1.15.1",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 31c4c55

Please sign in to comment.