python312Packages.mxnet: relax numpy constraint

This commit is contained in:
Martin Weinelt
2024-11-18 19:24:03 +01:00
parent 1a671cd654
commit 56053abb61
@@ -29,6 +29,7 @@ buildPythonPackage {
pythonRelaxDeps = [
"graphviz"
"numpy"
];
LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.mxnet ];