python312Packages.finetuning-scheduler: relax setuptools

This commit is contained in:
Gaetan Lepage
2025-04-25 23:50:49 +02:00
parent f0f872db5c
commit 18ae56dc7b
@@ -37,6 +37,11 @@ buildPythonPackage rec {
})
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools<77.0.0" "setuptools"
'';
build-system = [ setuptools ];
pythonRelaxDeps = [