python313Packages.frelatage: relax numpy (#371763)

This commit is contained in:
Fabian Affolter
2025-01-07 23:36:34 +01:00
committed by GitHub
@@ -23,9 +23,11 @@ buildPythonPackage rec {
hash = "sha256-eHVqp6govBV9FvSQyaZuEEImHQRs/mbLaW86RCvtDbM=";
};
nativeBuildInputs = [ poetry-core ];
pythonRelaxDeps = [ "numpy" ];
propagatedBuildInputs = [
build-system = [ poetry-core ];
dependencies = [
numpy
timeout-decorator
];