Skip to content

Commit a2924c2

Browse files
authored
Merge pull request #183 from pyiron/dependabot/pip/scipy-1.13.0
Bump scipy from 1.12.0 to 1.13.0
2 parents f9c63a0 + 8f94e09 commit a2924c2

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 =3.1.5
99
- pympipool =0.7.17
1010
- ase =3.22.1
11-
- scipy =1.12.0
11+
- scipy =1.13.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.17
1010
- ase =3.22.1
11-
- scipy =1.12.0
11+
- scipy =1.13.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- mpi4py =3.1.5
88
- pympipool =0.7.17
99
- ase =3.22.1
10-
- scipy =1.12.0
10+
- scipy =1.13.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.12.0",
41+
"scipy==1.13.0",
4242
]
4343

4444
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)