Skip to content

Commit

Permalink
Merge pull request #167 from pyiron/numpy
Browse files Browse the repository at this point in the history
Update numpy to 1.26.3
  • Loading branch information
jan-janssen authored Jan 3, 2024
2 parents a29f5c0 + 2eb42c4 commit 17d34b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- coverage
- lammps =2023.08.02
- mpich
- numpy =1.26.2
- numpy =1.26.3
- mpi4py =3.1.5
- pympipool =0.7.9
- ase =3.22.1
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- coverage
- lammps =2023.08.02
- openmpi
- numpy =1.26.2
- numpy =1.26.3
- mpi4py =3.1.5
- pympipool =0.7.9
- ase =3.22.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"mpi4py==3.1.5",
"pympipool==0.7.9",
"numpy==1.26.2",
"numpy==1.26.3",
]
dynamic = ["version"]

Expand Down

0 comments on commit 17d34b0

Please sign in to comment.