Skip to content

Commit 4b46554

Browse files
authored
Update numpy to 2.3.4 (#394)
* Update pyproject.toml * Update environment.yml * Update environment-mpich.yml * Update environment-openmpi.yml
1 parent 6f4850a commit 4b46554

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
@@ -4,7 +4,7 @@ dependencies:
44
- coverage
55
- lammps =2024.08.29=*_mpi_mpich_*
66
- mpich =4.3.2
7-
- numpy =2.3.3
7+
- numpy =2.3.4
88
- mpi4py =4.1.1
99
- executorlib =1.7.2
1010
- ase =3.26.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- coverage
55
- lammps =2024.08.29=*_mpi_openmpi_*
66
- openmpi =5.0.8
7-
- numpy =2.3.3
7+
- numpy =2.3.4
88
- mpi4py =4.1.1
99
- executorlib =1.7.2
1010
- ase =3.26.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- openmpi
55
- hatchling
66
- hatch-vcs
7-
- numpy =2.3.3
7+
- numpy =2.3.4
88
- lammps =2024.08.29=*_mpi_openmpi_*
99
- mpi4py =4.1.1
1010
- executorlib =1.7.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
dependencies = [
2828
"mpi4py==4.1.1",
2929
"executorlib==1.7.2",
30-
"numpy==2.3.3",
30+
"numpy==2.3.4",
3131
]
3232
dynamic = ["version"]
3333

0 commit comments

Comments
 (0)