Unverified Commit 8a63a809 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.bayesian-optimization: update build-system (#447114)

parents 027f97e8 47aca154
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  fetchFromGitHub,

  # build-system
  poetry-core,
  uv-build,

  # dependencies
  scikit-learn,
@@ -34,7 +34,12 @@ buildPythonPackage rec {
    hash = "sha256-CYkFobGLlh5cPLwChRWXCow0d5uz8eN5hcRanNMfW8s=";
  };

  build-system = [ poetry-core ];
  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "uv_build>=0.7.21,<0.8.0" "uv_build"
  '';

  build-system = [ uv-build ];

  dependencies = [
    scikit-learn