Skip to content

Commit

Permalink
Merge pull request #181 from pyiron/dependabot/pip/mpi4py-3.1.5
Browse files Browse the repository at this point in the history
Bump mpi4py from 3.1.4 to 3.1.5
  • Loading branch information
jan-janssen authored Nov 2, 2023
2 parents eda0f2f + 6c3a1c4 commit 3824e4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies:
- numpy
- mpich
- cloudpickle =3.0.0
- mpi4py =3.1.4
- mpi4py =3.1.5
- tqdm =4.66.1
- pyzmq =25.1.1
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies:
- numpy
- openmpi
- cloudpickle =3.0.0
- mpi4py =3.1.4
- mpi4py =3.1.5
- tqdm =4.66.1
- pyzmq =25.1.1
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies:
- numpy
- msmpi
- cloudpickle =3.0.0
- mpi4py =3.1.4
- mpi4py =3.1.5
- tqdm =4.66.1
- pyzmq =25.1.1
6 changes: 3 additions & 3 deletions .github/workflows/unittest-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
python-version: '3.11'
label: linux-64-py-3-11-openmpi
prefix: /usr/share/miniconda3/envs/my-env

- operating-system: ubuntu-latest
python-version: '3.10'
label: linux-64-py-3-10-openmpi
prefix: /usr/share/miniconda3/envs/my-env

- operating-system: ubuntu-latest
python-version: 3.9
label: linux-64-py-3-9-openmpi
prefix: /usr/share/miniconda3/envs/my-env

- operating-system: ubuntu-latest
python-version: 3.8
label: linux-64-py-3-8-openmpi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
packages=find_packages(exclude=["*tests*", "*.ci_support*"]),
install_requires=[
'cloudpickle==3.0.0',
'mpi4py==3.1.4',
'mpi4py==3.1.5',
'tqdm==4.66.1',
'pyzmq==25.1.1',
],
Expand Down

0 comments on commit 3824e4d

Please sign in to comment.