python312Packages.mindsdb-evaluator: relax dependency on numpy

This commit is contained in:
Nick Cao
2025-02-01 15:54:31 -05:00
parent a02d5ce854
commit 7ef6e94ff3
@@ -25,9 +25,13 @@ buildPythonPackage rec {
hash = "sha256-/3xRPrKzYAdSlY+sQxwCUzKhf3NJBSyWG2Q0ZKb6v3U=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [
pythonRelaxDeps = [
"numpy"
];
dependencies = [
dataprep-ml
numpy
pandas