We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f093b commit 2becaa4Copy full SHA for 2becaa4
1 file changed
pyproject.toml
@@ -4,9 +4,10 @@ requires = [
4
"numpy>=2.0.0",
5
"setuptools>=77.0.1",
6
"setuptools_scm[toml]>=3.4",
7
+ "mpi4py<4.1.0",
8
]
-build-backend = "backend"
9
-backend-path = ["_build"]
+build-backend = "setuptools.build_meta"
10
+#backend-path = ["_build"]
11
12
[project]
13
name = "netCDF4"
0 commit comments