Skip to content

Commit

Permalink
mpi4py constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 4, 2024
1 parent 82771e4 commit fb90620
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ requires-python = ">=3.10"
dependencies = [
"cachetools",
"decorator<=4.4.2",
"mpi4py",
"mpi4py>3; python_version >= '3.13'",
"mpi4py; python_version < '3.13'",
"h5py",
"petsc4py",
"numpy",
Expand Down Expand Up @@ -91,7 +92,8 @@ requires = [
"pybind11",
"pkgconfig",
"numpy",
"mpi4py",
"mpi4py>3; python_version >= '3.13'",
"mpi4py; python_version < '3.13'",
"petsc4py",
"rtree>=1.2",
]
Expand Down

0 comments on commit fb90620

Please sign in to comment.