Commit 18ae56dc authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.finetuning-scheduler: relax setuptools

parent f0f872db
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@ buildPythonPackage rec {
    })
  ];

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "setuptools<77.0.0" "setuptools"
  '';

  build-system = [ setuptools ];

  pythonRelaxDeps = [