python3Packages.pwlf: modernize buildPythonPackage arguments

This commit is contained in:
Doron Behar
2026-06-29 10:33:50 +03:00
parent 2bee88c4fb
commit 9196e24949
@@ -2,10 +2,16 @@
lib,
buildPythonPackage,
fetchFromGitHub,
# build-system
setuptools,
# dependencies
scipy,
numpy,
pydoe,
# tests
unittestCheckHook,
}:
@@ -21,11 +27,11 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-gN4AOmtezJ1310TVcKLsJ6rOtv0rGkQ6LjVluIeYEGQ=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
scipy
numpy
pydoe