Skip to content

Commit 77ffae7

Browse files
authored
Merge pull request #2649 from devitocodes/dependabot/pip/mpi4py-lt-4.1.1
pip prod(deps): update mpi4py requirement from <4.0.4 to <4.1.1
2 parents f37d231 + b9a1eec commit 77ffae7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest-core-mpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
sudo apt-get update && sudo apt install mpich -y
4444
pip3 install --upgrade pip
45-
pip3 install -e .[extras,mpi,tests]
45+
pip3 install -e ".[extras,mpi,tests]" --no-binary=mpi4py
4646
4747
- name: Test with pytest
4848
run: |

requirements-mpi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mpi4py<4.0.4
1+
mpi4py<4.1.1
22
ipyparallel<9.1

0 commit comments

Comments
 (0)