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:
4
4
- coverage
5
5
- lammps =2024.08.29=*_mpi_mpich_*
6
6
- mpich =4.3.1
7
- - numpy =2.3.2
7
+ - numpy =2.3.3
8
8
- mpi4py =4.1.0
9
9
- executorlib =1.7.1
10
10
- ase =3.26.0
11
- - scipy =1.16.1
11
+ - scipy =1.16.2
12
12
- hatchling
13
13
- hatch-vcs
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ dependencies:
4
4
- coverage
5
5
- lammps =2024.08.29=*_mpi_openmpi_*
6
6
- openmpi =5.0.8
7
- - numpy =2.3.2
7
+ - numpy =2.3.3
8
8
- mpi4py =4.1.0
9
9
- executorlib =1.7.1
10
10
- ase =3.26.0
11
- - scipy =1.16.1
11
+ - scipy =1.16.2
12
12
- hatchling
13
13
- hatch-vcs
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ dependencies:
4
4
- openmpi
5
5
- hatchling
6
6
- hatch-vcs
7
- - numpy =2.3.2
7
+ - numpy =2.3.3
8
8
- lammps =2024.08.29=*_mpi_openmpi_*
9
9
- mpi4py =4.1.0
10
10
- executorlib =1.7.1
11
11
- 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 = [
26
26
dependencies = [
27
27
" mpi4py==4.1.0" ,
28
28
" executorlib==1.7.1" ,
29
- " numpy==2.3.2 " ,
29
+ " numpy==2.3.3 " ,
30
30
]
31
31
dynamic = [" version" ]
32
32
@@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi"
38
38
[project .optional-dependencies ]
39
39
ase = [
40
40
" ase==3.26.0" ,
41
- " scipy==1.16.1 " ,
41
+ " scipy==1.16.2 " ,
42
42
]
43
43
44
44
[tool .hatch .build ]
You can’t perform that action at this time.
0 commit comments