python3Packages.ml-dtypes: relax setuptools constraint

This commit is contained in:
Martin Weinelt
2026-02-01 17:40:56 +01:00
parent be13dc16a3
commit b4b62bbe24
@@ -30,6 +30,11 @@ buildPythonPackage rec {
fetchSubmodules = true;
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools~=" "setuptools>="
'';
build-system = [ setuptools ];
dependencies = [ numpy ];