Skip to content

Commit 17d34b0

Browse files
authored
Merge pull request #167 from pyiron/numpy
Update numpy to 1.26.3
2 parents a29f5c0 + 2eb42c4 commit 17d34b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 =2023.08.02
66
- mpich
7-
- numpy =1.26.2
7+
- numpy =1.26.3
88
- mpi4py =3.1.5
99
- pympipool =0.7.9
1010
- ase =3.22.1

.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 =2023.08.02
66
- openmpi
7-
- numpy =1.26.2
7+
- numpy =1.26.3
88
- mpi4py =3.1.5
99
- pympipool =0.7.9
1010
- ase =3.22.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"mpi4py==3.1.5",
2828
"pympipool==0.7.9",
29-
"numpy==1.26.2",
29+
"numpy==1.26.3",
3030
]
3131
dynamic = ["version"]
3232

0 commit comments

Comments
 (0)