python312Packages.spacy: unpin numpy

This commit is contained in:
Robert Schütz
2025-01-07 08:28:00 -08:00
parent 0cba26e636
commit 80b772f247
@@ -49,7 +49,9 @@ buildPythonPackage rec {
};
postPatch = ''
sed -i "/numpy/d" pyproject.toml
# unpin numpy, cannot use pythonRelaxDeps because it's in build-system
substituteInPlace pyproject.toml setup.cfg \
--replace-fail ",<2.1.0" ""
'';
build-system = [