We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a29f5c0 + 2eb42c4 commit 17d34b0Copy full SHA for 17d34b0
.ci_support/environment-mpich.yml
@@ -4,7 +4,7 @@ dependencies:
4
- coverage
5
- lammps =2023.08.02
6
- mpich
7
- - numpy =1.26.2
+ - numpy =1.26.3
8
- mpi4py =3.1.5
9
- pympipool =0.7.9
10
- ase =3.22.1
.ci_support/environment-openmpi.yml
- openmpi
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
dependencies = [
27
"mpi4py==3.1.5",
28
"pympipool==0.7.9",
29
- "numpy==1.26.2",
+ "numpy==1.26.3",
30
]
31
dynamic = ["version"]
32
0 commit comments