WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a60f50d

Browse files
authored
Merge pull request #207 from pyiron/dependabot/pip/scipy-1.13.1
Bump scipy from 1.13.0 to 1.13.1
2 parents f840600 + 307f514 commit a60f50d

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.6
99
- pympipool =0.8.4
1010
- ase =3.22.1
11-
- scipy =1.13.0
11+
- scipy =1.13.1

.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.6
99
- pympipool =0.8.4
1010
- ase =3.22.1
11-
- scipy =1.13.0
11+
- scipy =1.13.1

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.6
88
- pympipool =0.8.4
99
- ase =3.22.1
10-
- scipy =1.13.0
10+
- scipy =1.13.1

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.13.0",
41+
"scipy==1.13.1",
4242
]
4343

4444
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)