Skip to content

Commit 3df104f

Browse files
authored
Update scipy to 1.16.3 (#395)
* Update pyproject.toml * Update environment.yml * Update environment-mpich.yml * Update environment-openmpi.yml
1 parent 4b46554 commit 3df104f

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,6 +8,6 @@ dependencies:
88
- mpi4py =4.1.1
99
- executorlib =1.7.2
1010
- ase =3.26.0
11-
- scipy =1.16.2
11+
- scipy =1.16.3
1212
- hatchling
1313
- hatch-vcs

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies:
88
- mpi4py =4.1.1
99
- executorlib =1.7.2
1010
- ase =3.26.0
11-
- scipy =1.16.2
11+
- scipy =1.16.3
1212
- hatchling
1313
- hatch-vcs

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
- mpi4py =4.1.1
1010
- executorlib =1.7.2
1111
- ase =3.26.0
12-
- scipy =1.16.2
12+
- scipy =1.16.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi"
3939
[project.optional-dependencies]
4040
ase = [
4141
"ase==3.26.0",
42-
"scipy==1.16.2",
42+
"scipy==1.16.3",
4343
]
4444

4545
[tool.hatch.build]

0 commit comments

Comments
 (0)