Skip to content

Commit

Permalink
Merge pull request #18 from nauaneed/valen-mpi4py
Browse files Browse the repository at this point in the history
Not pin Mpi4py<4.0 once PR17 is merged
  • Loading branch information
prabhuramachandran authored Dec 14, 2024
2 parents 29f1e85 + 198ecef commit 6b1ce25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools >= 61.0",
"cython>3.0",
"cyarray",
"mpi4py>=1.2, <4.0"
"mpi4py>=1.2"
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Cython
setuptools>=6.0
numpy
pytest
mpi4py>=1.2, <4.0
mpi4py>=1.2

0 comments on commit 6b1ce25

Please sign in to comment.