File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ dependencies:
44- coverage
55- lammps =2024.08.29=*_mpi_mpich_*
66- mpich =4.3.1
7- - numpy =2.3.2
7+ - numpy =2.3.3
88- mpi4py =4.1.0
99- executorlib =1.7.1
1010- ase =3.26.0
11- - scipy =1.16.1
11+ - scipy =1.16.2
1212- hatchling
1313- hatch-vcs
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ dependencies:
44- coverage
55- lammps =2024.08.29=*_mpi_openmpi_*
66- openmpi =5.0.8
7- - numpy =2.3.2
7+ - numpy =2.3.3
88- mpi4py =4.1.0
99- executorlib =1.7.1
1010- ase =3.26.0
11- - scipy =1.16.1
11+ - scipy =1.16.2
1212- hatchling
1313- hatch-vcs
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ dependencies:
44- openmpi
55- hatchling
66- hatch-vcs
7- - numpy =2.3.2
7+ - numpy =2.3.3
88- lammps =2024.08.29=*_mpi_openmpi_*
99- mpi4py =4.1.0
1010- executorlib =1.7.1
1111- ase =3.26.0
12- - scipy =1.16.1
12+ - scipy =1.16.2
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626dependencies = [
2727 " mpi4py==4.1.0" ,
2828 " executorlib==1.7.1" ,
29- " numpy==2.3.2 " ,
29+ " numpy==2.3.3 " ,
3030]
3131dynamic = [" version" ]
3232
@@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi"
3838[project .optional-dependencies ]
3939ase = [
4040 " ase==3.26.0" ,
41- " scipy==1.16.1 " ,
41+ " scipy==1.16.2 " ,
4242]
4343
4444[tool .hatch .build ]
You can’t perform that action at this time.
0 commit comments