Skip to content

Commit f47095f

Browse files
authored
Update executorlib to 1.7.1 (#377)
* Update pyproject.toml * Update environment.yml * Update environment-mpich.yml * Update environment-openmpi.yml
1 parent aa42a4a commit f47095f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- mpich =4.3.1
77
- numpy =2.3.2
88
- mpi4py =4.1.0
9-
- executorlib =1.7.0
9+
- executorlib =1.7.1
1010
- ase =3.26.0
1111
- scipy =1.16.1
1212
- hatchling

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- openmpi =5.0.8
77
- numpy =2.3.2
88
- mpi4py =4.1.0
9-
- executorlib =1.7.0
9+
- executorlib =1.7.1
1010
- ase =3.26.0
1111
- scipy =1.16.1
1212
- hatchling

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
- numpy =2.3.2
88
- lammps =2024.08.29=*_mpi_openmpi_*
99
- mpi4py =4.1.0
10-
- executorlib =1.7.0
10+
- executorlib =1.7.1
1111
- ase =3.26.0
1212
- scipy =1.16.1

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.7.0",
28+
"executorlib==1.7.1",
2929
"numpy==2.3.2",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)