Skip to content

Commit

Permalink
Adding version upperbound for mpi4py (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb committed Jul 30, 2024
1 parent f54cba7 commit 7b9f777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requirements:
- mpich-mpicxx # [mpi == "mpich"]
- {{ compiler('cxx') }}
- make
- mpi4py >=3.1.1
- mpi4py >=3.1.1,<4.0.0
- cython >=3.0.0
- setuptools

Expand All @@ -54,7 +54,7 @@ requirements:
- lapack
- metis ==5.1.0
- tecio
- mpi4py >=3.1.1
- mpi4py >=3.1.1,<4.0.0
- cython >=3.0.0
- setuptools

Expand All @@ -68,7 +68,7 @@ requirements:
- libopenblas
- lapack
- metis ==5.1.0
- mpi4py >=3.1.1
- mpi4py >=3.1.1,<4.0.0
- pynastran >=1.4.0
- numba >=0.55.2

Expand Down
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.1",
"mpi4py>=3.1.1,<4.0.0",
"scipy>=1.2.1",
"pynastran>=1.4.0",
"numba",
Expand Down

0 comments on commit 7b9f777

Please sign in to comment.