Skip to content

Commit 132c1bf

Browse files
authored
Update scipy to 1.16.0 (#346)
* Update pyproject.toml * Update environment.yml * Update environment-mpich.yml * Update environment-openmpi.yml
1 parent d10850b commit 132c1bf

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.1.0
99
- executorlib =1.6.0
1010
- ase =3.25.0
11-
- scipy =1.15.2
11+
- scipy =1.16.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 =4.1.0
99
- executorlib =1.6.0
1010
- ase =3.25.0
11-
- scipy =1.15.2
11+
- scipy =1.16.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 =4.1.0
88
- executorlib =1.6.0
99
- ase =3.25.0
10-
- scipy =1.15.2
10+
- scipy =1.16.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.25.0",
41-
"scipy==1.15.2",
41+
"scipy==1.16.0",
4242
]
4343

4444
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)