Skip to content

Commit 0f584d4

Browse files
authored
Update executorlib to 1.6.0 (#342)
* Update pyproject.toml * Update environment-mpich.yml * Update environment-openmpi.yml * Update environment.yml
1 parent fc18899 commit 0f584d4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies:
66
- mpich =4.3.1
77
- numpy =2.3.1
88
- mpi4py =4.1.0
9-
- executorlib =1.5.3
9+
- executorlib =1.6.0
1010
- ase =3.25.0
1111
- scipy =1.15.2

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies:
66
- openmpi =5.0.8
77
- numpy =2.3.1
88
- mpi4py =4.1.0
9-
- executorlib =1.5.3
9+
- executorlib =1.6.0
1010
- ase =3.25.0
1111
- scipy =1.15.2

binder/environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ channels:
22
- conda-forge
33
dependencies:
44
- openmpi
5-
- numpy =2.0.2
6-
- lammps =2024.08.29
7-
- mpi4py =4.0.1
8-
- executorlib =0.0.4
5+
- numpy =2.3.1
6+
- lammps =2024.08.29=*_mpi_openmpi_*
7+
- mpi4py =4.1.0
8+
- executorlib =1.6.0
99
- ase =3.25.0
1010
- scipy =1.15.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"mpi4py==4.1.0",
28-
"executorlib==1.5.3",
28+
"executorlib==1.6.0",
2929
"numpy==2.3.1",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)