Skip to content

Commit 97ff395

Browse files
authored
Merge pull request #170 from pyiron/dependabot/pip/scipy-1.12.0
Bump scipy from 1.11.4 to 1.12.0
2 parents 392b3d9 + 7a171a8 commit 97ff395

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 =3.1.5
99
- pympipool =0.7.9
1010
- ase =3.22.1
11-
- scipy =1.11.4
11+
- scipy =1.12.0

.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 =3.1.5
99
- pympipool =0.7.9
1010
- ase =3.22.1
11-
- scipy =1.11.4
11+
- scipy =1.12.0

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.22.1",
41-
"scipy==1.11.4",
41+
"scipy==1.12.0",
4242
]
4343

4444
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)