File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ channels:
33dependencies :
44- coverage
55- lammps =2024.08.29=*_mpi_mpich_*
6- - mpich =4.3.1
6+ - mpich =4.3.2
77- numpy =2.3.3
8- - mpi4py =4.1.0
9- - executorlib =1.7.1
8+ - mpi4py =4.1.1
9+ - executorlib =1.7.2
1010- ase =3.26.0
1111- scipy =1.16.2
1212- hatchling
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ dependencies:
55- lammps =2024.08.29=*_mpi_openmpi_*
66- openmpi =5.0.8
77- numpy =2.3.3
8- - mpi4py =4.1.0
9- - executorlib =1.7.1
8+ - mpi4py =4.1.1
9+ - executorlib =1.7.2
1010- ase =3.26.0
1111- scipy =1.16.2
1212- hatchling
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
66- hatch-vcs
77- numpy =2.3.3
88- lammps =2024.08.29=*_mpi_openmpi_*
9- - mpi4py =4.1.0
10- - executorlib =1.7.1
9+ - mpi4py =4.1.1
10+ - executorlib =1.7.2
1111- ase =3.26.0
1212- scipy =1.16.2
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ classifiers = [
2222 " Programming Language :: Python :: 3.10" ,
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
25+ " Programming Language :: Python :: 3.13" ,
2526]
2627dependencies = [
27- " mpi4py==4.1.0 " ,
28- " executorlib==1.7.1 " ,
28+ " mpi4py==4.1.1 " ,
29+ " executorlib==1.7.2 " ,
2930 " numpy==2.3.3" ,
3031]
3132dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments