Skip to content

Commit

Permalink
Setting mpi4py (3.1.0) for py310
Browse files Browse the repository at this point in the history
Using the oldest compatible mpi4py (3.1.0) for py-3.9 and py-3.10.
  • Loading branch information
julesghub authored May 22, 2022
1 parent a11dd68 commit 568efd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
RUN_REQUIRES.append('mpi4py >=3.0.2')
SETUP_REQUIRES.append("mpi4py ==3.0.2; python_version<'3.8'")
SETUP_REQUIRES.append("mpi4py ==3.0.3; python_version=='3.8.*'")
SETUP_REQUIRES.append("mpi4py ==3.0.3; python_version=='3.9.*'")
SETUP_REQUIRES.append("mpi4py ==3.1.3; python_version>='3.10'")
SETUP_REQUIRES.append("mpi4py ==3.1.0; python_version>='3.9'")

# Set the environment variable H5PY_SETUP_REQUIRES=0 if we need to skip
# setup_requires for any reason.
Expand Down

0 comments on commit 568efd2

Please sign in to comment.