Skip to content

Commit

Permalink
Merge pull request #141 from pyiron/dependabot/pip/numpy-1.26.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.23.5 to 1.26.0
  • Loading branch information
jan-janssen authored Oct 4, 2023
2 parents a110ecd + db56c69 commit 2365d93
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 @@ -6,7 +6,7 @@ dependencies:
- codacy-coverage
- lammps =2023.03.28
- mpich
- numpy =1.23.5
- numpy =1.26.0
- mpi4py =3.1.4
- pympipool =0.7.0
- 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 @@ -6,7 +6,7 @@ dependencies:
- codacy-coverage
- lammps =2023.03.28
- openmpi
- numpy =1.23.5
- numpy =1.26.0
- mpi4py =3.1.4
- pympipool =0.7.0
- ase =3.22.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
keywords='lammps, mpi4py',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
"mpi4py==3.1.4", "pympipool==0.7.0", "numpy==1.23.5"
"mpi4py==3.1.4", "pympipool==0.7.0", "numpy==1.26.0"
],
extras_require={
"ase": ["ase==3.22.1", "scipy==1.11.3"],
Expand Down

0 comments on commit 2365d93

Please sign in to comment.