Skip to content

Commit

Permalink
Updating min mpi4py version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb committed Nov 12, 2024
1 parent ad1ec1a commit dd95131
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,4 +3,4 @@
# Minimum requirements for the build system to execute.
requires = ['setuptools>=45.0,<72.0', 'wheel', 'cython>=3.0.0', 'numpy>=1.25,<2.0.0',
# Build against an old version (3.1.5) of mpi4py for forward compatibility
'mpi4py==3.1.5']
'mpi4py==3.1.6']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_mpi_flags():
python_requires=">=3.9.0",
install_requires=[
"numpy<2.0.0",
"mpi4py>=3.1.5,<4.0.0",
"mpi4py>=3.1.6,<4.0.0",
"scipy>=1.2.1",
"pynastran>=1.4.0",
"numba",
Expand Down

0 comments on commit dd95131

Please sign in to comment.