Loading pkgs/development/python-modules/finetuning-scheduler/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,11 @@ buildPythonPackage rec { }) ]; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools<77.0.0" "setuptools" ''; build-system = [ setuptools ]; pythonRelaxDeps = [ Loading Loading
pkgs/development/python-modules/finetuning-scheduler/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,11 @@ buildPythonPackage rec { }) ]; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools<77.0.0" "setuptools" ''; build-system = [ setuptools ]; pythonRelaxDeps = [ Loading