Skip to content

Commit d97dc1b

Browse files
Bump scipy from 1.15.1 to 1.15.2 (#324)
* 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] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <pyiron@mpie.de>
1 parent 0618b1b commit d97dc1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ dependencies:
1616
- pyscal3 =3.2.7
1717
- pyxtal =1.0.6
1818
- scikit-learn =1.6.1
19-
- scipy =1.15.1
19+
- scipy =1.15.2
2020
- spglib =2.5.0
2121
- sqsgenerator =0.3

.ci_support/environment_mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies:
44
- ase =3.24.0
55
- coverage
66
- numpy =1.26.4
7-
- scipy =1.15.1
7+
- scipy =1.15.2
88
- setuptools

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"ase==3.24.0",
2828
"numpy==1.26.4",
29-
"scipy==1.15.1",
29+
"scipy==1.15.2",
3030
]
3131
dynamic = ["version"]
3232

0 commit comments

Comments
 (0)