Skip to content

Commit d1cf756

Browse files
authored
Update numpy to 2.3.5 (#401)
* Update numpy dependency version to 2.3.5 * Update numpy version to 2.3.5 * Update numpy version to 2.3.5 * Update numpy version to 2.3.5
1 parent 93af710 commit d1cf756

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.4
7+
- numpy =2.3.5
88
- mpi4py =4.1.1
99
- executorlib =1.7.3
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.4
7+
- numpy =2.3.5
88
- mpi4py =4.1.1
99
- executorlib =1.7.3
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.4
7+
- numpy =2.3.5
88
- lammps =2024.08.29=*_mpi_openmpi_*
99
- mpi4py =4.1.1
1010
- executorlib =1.7.3

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.3",
30-
"numpy==2.3.4",
30+
"numpy==2.3.5",
3131
]
3232
dynamic = ["version"]
3333

0 commit comments

Comments
 (0)