Skip to content

Commit f817a52

Browse files
authored
Merge pull request #245 from pyiron/dependabot/pip/scipy-1.14.1
Bump scipy from 1.14.0 to 1.14.1
2 parents 4999e0c + 3c2aa51 commit f817a52

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.0
99
- executorlib =0.0.1
1010
- ase =3.23.0
11-
- scipy =1.14.0
11+
- scipy =1.14.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 =4.0.0
99
- executorlib =0.0.1
1010
- ase =3.23.0
11-
- scipy =1.14.0
11+
- scipy =1.14.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 =4.0.0
88
- executorlib =0.0.1
99
- ase =3.23.0
10-
- scipy =1.14.0
10+
- scipy =1.14.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.23.0",
41-
"scipy==1.14.0",
41+
"scipy==1.14.1",
4242
]
4343

4444
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)