Skip to content

Commit 0e923cf

Browse files
authored
Update mpi4py to 4.1.2 (#986)
* Update mpi4py version to 4.1.2 * Update mpi4py version to 4.1.2 * Update environment-docs.yml * Update mpi4py version to 4.1.2 * Update mpi4py version to 4.1.2 * Update mpi4py version to 4.1.2 * Update mpi4py version to 4.1.2 * Update mpi4py version to 4.1.2
1 parent 4a63cb1 commit 0e923cf

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- cloudpickle =3.1.2
1515
- h5py =3.16.0
1616
- jupyter-book =1.0.0
17-
- mpi4py =4.1.1
17+
- mpi4py =4.1.2
1818
- python =3.12
1919
- pydantic =2.13.4
2020
- pyzmq =27.1.0

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- h5py =3.16.0
55
- jupyter
6-
- mpi4py =4.1.1
6+
- mpi4py =4.1.2
77
- numpy =2.3.5
88
- openmpi
99
- papermill

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- hatchling =1.29.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
12-
- mpi4py =4.1.1
12+
- mpi4py =4.1.2
1313
- networkx =3.6.1
1414
- pydantic =2.13.4
1515
- pygraphviz =1.14

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- hatchling =1.29.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
12-
- mpi4py =4.1.1
12+
- mpi4py =4.1.2
1313
- networkx =3.6.1
1414
- pydantic =2.13.4
1515
- pygraphviz =1.14

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- hatchling =1.29.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
12-
- mpi4py =4.1.1
12+
- mpi4py =4.1.2
1313
- networkx =3.6.1
1414
- pydantic =2.13.4
1515
- pygraphviz =1.14

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- h5py =3.16.0
1313
- ipython =9.9.0
1414
- matplotlib =3.10.0
15-
- mpi4py =4.1.1
15+
- mpi4py =4.1.2
1616
- networkx =3.6.1
1717
- pygraphviz =1.14
1818
- pysqa =0.4.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ graphnotebook = [
5050
"networkx==3.6.1",
5151
"ipython==9.9.0",
5252
]
53-
mpi = ["mpi4py==4.1.1"]
53+
mpi = ["mpi4py==4.1.2"]
5454
cluster = [
5555
"pysqa==0.4.1",
5656
"h5py==3.16.0",
@@ -59,7 +59,7 @@ validation = [
5959
"pydantic==2.13.4",
6060
]
6161
all = [
62-
"mpi4py==4.1.1",
62+
"mpi4py==4.1.2",
6363
"pysqa==0.4.1",
6464
"h5py==3.16.0",
6565
"pydantic==2.13.4",

0 commit comments

Comments
 (0)