Skip to content

Commit 690d18a

Browse files
Bump scipy from 1.15.1 to 1.15.2 (#302)
* Bump scipy from 1.15.1 to 1.15.2 Bumps [scipy](https://github.com/scipy/scipy) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.15.1...v1.15.2) --- 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>
1 parent 17ce7e1 commit 690d18a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- mpi4py =4.0.1
99
- executorlib =0.4.0
1010
- ase =3.24.0
11-
- scipy =1.15.1
11+
- scipy =1.15.2

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- mpi4py =4.0.1
99
- executorlib =0.4.0
1010
- ase =3.24.0
11-
- scipy =1.15.1
11+
- scipy =1.15.2

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- mpi4py =4.0.1
88
- executorlib =0.0.4
99
- ase =3.24.0
10-
- scipy =1.15.1
10+
- scipy =1.15.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi"
3838
[project.optional-dependencies]
3939
ase = [
4040
"ase==3.24.0",
41-
"scipy==1.15.1",
41+
"scipy==1.15.2",
4242
]
4343

4444
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)