Skip to content

Commit 7b3935f

Browse files
dependabot[bot]pyiron-runnerjan-janssen
authored
Bump mpi4py from 4.0.1 to 4.1.0 (#690)
* Bump mpi4py from 4.0.1 to 4.1.0 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/mpi4py/mpi4py/releases) - [Changelog](https://github.com/mpi4py/mpi4py/blob/master/CHANGES.rst) - [Commits](mpi4py/mpi4py@4.0.1...4.1.0) --- updated-dependencies: - dependency-name: mpi4py dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment * Update pipeline.yml * Update environment-integration.yml * Update environment-integration.yml * Update environment.yml * Update environment-integration.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <pyiron@mpie.de> Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent c9de13a commit 7b3935f

File tree

8 files changed

+13
-14
lines changed

8 files changed

+13
-14
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies:
1313
- cloudpickle =3.1.1
1414
- h5py =3.14.0
1515
- jupyter-book =1.0.0
16-
- mpi4py =4.0.1
16+
- mpi4py =4.1.0
1717
- python =3.12
1818
- pyzmq =27.1.0

.ci_support/environment-integration.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ dependencies:
77
- numpy
88
- openmpi
99
- papermill
10-
- atomistics =0.2.5
10+
- atomistics =0.3.0
1111
- cloudpickle =3.1.1
12-
- flux-core =0.59.0
13-
- gpaw =24.6.0
14-
- gpaw-data <1
12+
- flux-core =0.64.0
13+
- gpaw =25.7.0
1514
- hatchling =1.27.0
1615
- hatch-vcs =0.5.0
1716
- ipython =9.0.2

.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.27.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
12-
- mpi4py =4.0.1
12+
- mpi4py =4.1.0
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
1515
- pysqa =0.3.2

.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.27.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
12-
- mpi4py =4.0.1
12+
- mpi4py =4.1.0
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
1515
- pysqa =0.3.2

.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.27.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
12-
- mpi4py =4.0.1
12+
- mpi4py =4.1.0
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
1515
- pyzmq =27.1.0

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
shell: bash -l {0}
199199
timeout-minutes: 5
200200
run: |
201-
echo -e '- coverage\n- flux-core =0.59.0'>> .ci_support/environment-mpich.yml
201+
echo -e '- coverage\n- flux-core =0.64.0'>> .ci_support/environment-mpich.yml
202202
cat .ci_support/environment-mpich.yml
203203
- uses: conda-incubator/setup-miniconda@v3
204204
with:
@@ -229,7 +229,7 @@ jobs:
229229
shell: bash -l {0}
230230
timeout-minutes: 5
231231
run: |
232-
echo -e '- coverage\n- flux-core =0.59.0\n- flux-pmix=0.5.0' >> .ci_support/environment-openmpi.yml
232+
echo -e '- coverage\n- flux-core =0.64.0\n- flux-pmix=0.5.0' >> .ci_support/environment-openmpi.yml
233233
cat .ci_support/environment-openmpi.yml
234234
- uses: conda-incubator/setup-miniconda@v3
235235
with:

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ dependencies:
55
- numpy
66
- openmpi
77
- cloudpickle =3.1.1
8-
- flux-core =0.59.0
8+
- flux-core =0.64.0
99
- flux-pmix =0.5.0
1010
- hatchling =1.27.0
1111
- hatch-vcs =0.5.0
1212
- h5py =3.12.1
1313
- ipython =9.0.2
1414
- matplotlib =3.10.0
15-
- mpi4py =4.0.1
15+
- mpi4py =4.1.0
1616
- networkx =3.4.2
1717
- pygraphviz =1.14
1818
- pysqa =0.3.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ graphnotebook = [
5050
"networkx==3.4.2",
5151
"ipython==9.0.2",
5252
]
53-
mpi = ["mpi4py==4.0.1"]
53+
mpi = ["mpi4py==4.1.0"]
5454
cluster = [
5555
"pysqa==0.3.2",
5656
"h5py==3.14.0",
5757
]
5858
all = [
59-
"mpi4py==4.0.1",
59+
"mpi4py==4.1.0",
6060
"pysqa==0.3.2",
6161
"h5py==3.14.0",
6262
"pygraphviz==1.14",

0 commit comments

Comments
 (0)