Skip to content

Commit 44594ba

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
remove mpi4py from pyproject.toml
1 parent 675b4b2 commit 44594ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"Cython>=0.29",
44
"oldest-supported-numpy ; python_version < '3.9'",
55
"numpy>=2.0.0rc1 ; python_version >= '3.9'",
6-
"mpi4py", "setuptools>=61", "setuptools_scm[toml]>=3.4"
6+
"setuptools>=61", "setuptools_scm[toml]>=3.4"
77
]
88
build-backend = "setuptools.build_meta"
99

0 commit comments

Comments
 (0)