Skip to content

Commit 37df11b

Browse files
authored
Update numpy to 2.3.3 and scipy to 1.16.2 (#384)
* Update pyproject.toml * Update environment.yml * Update environment-mpich.yml * Update environment-openmpi.yml
1 parent 282f253 commit 37df11b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.ci_support/environment-mpich.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ dependencies:
44
- coverage
55
- lammps =2024.08.29=*_mpi_mpich_*
66
- mpich =4.3.1
7-
- numpy =2.3.2
7+
- numpy =2.3.3
88
- mpi4py =4.1.0
99
- executorlib =1.7.1
1010
- ase =3.26.0
11-
- scipy =1.16.1
11+
- scipy =1.16.2
1212
- hatchling
1313
- hatch-vcs

.ci_support/environment-openmpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ dependencies:
44
- coverage
55
- lammps =2024.08.29=*_mpi_openmpi_*
66
- openmpi =5.0.8
7-
- numpy =2.3.2
7+
- numpy =2.3.3
88
- mpi4py =4.1.0
99
- executorlib =1.7.1
1010
- ase =3.26.0
11-
- scipy =1.16.1
11+
- scipy =1.16.2
1212
- hatchling
1313
- hatch-vcs

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
- openmpi
55
- hatchling
66
- hatch-vcs
7-
- numpy =2.3.2
7+
- numpy =2.3.3
88
- lammps =2024.08.29=*_mpi_openmpi_*
99
- mpi4py =4.1.0
1010
- executorlib =1.7.1
1111
- ase =3.26.0
12-
- scipy =1.16.1
12+
- scipy =1.16.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"mpi4py==4.1.0",
2828
"executorlib==1.7.1",
29-
"numpy==2.3.2",
29+
"numpy==2.3.3",
3030
]
3131
dynamic = ["version"]
3232

@@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi"
3838
[project.optional-dependencies]
3939
ase = [
4040
"ase==3.26.0",
41-
"scipy==1.16.1",
41+
"scipy==1.16.2",
4242
]
4343

4444
[tool.hatch.build]

0 commit comments

Comments
 (0)