Skip to content

Commit

Permalink
require mpi4py v4 (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Aug 12, 2024
1 parent f5d0d97 commit 03860e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
islpy
mpi4py
numpy
pytest
pytest-cov
Expand All @@ -8,8 +9,6 @@ psutil
pyyaml
git+https://github.com/pythological/kanren.git#egg=miniKanren

git+https://github.com/mpi4py/mpi4py#egg=mpi4py

# The following packages will be git cloned by emirge:
--editable git+https://github.com/inducer/pymbolic.git#egg=pymbolic
#--editable git+https://github.com/inducer/pyopencl.git#egg=pyopencl
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def main():
python_requires="~=3.8",

install_requires=[
"mpi4py>=3",
"mpi4py>=4",
"pymetis",
"pytest>=2.3",
"pytools>=2018.5.2",
Expand Down

0 comments on commit 03860e7

Please sign in to comment.