Skip to content

Commit

Permalink
install: Update requirements -mpi -optional
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Jun 6, 2022
1 parent c00887d commit af10183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e .[extras]
pip install -e .[extras,mpi]
- name: Test mpi notebooks
run : |
Expand Down
3 changes: 2 additions & 1 deletion requirements-mpi.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mpi4py
mpi4py<4.0
ipyparallel<8.4
1 change: 0 additions & 1 deletion requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
matplotlib
ipyparallel<8.4
pandas

0 comments on commit af10183

Please sign in to comment.