Loading pkgs/development/python-modules/bayesian-optimization/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, # build-system poetry-core, uv-build, # dependencies scikit-learn, Loading Loading @@ -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 Loading Loading
pkgs/development/python-modules/bayesian-optimization/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, # build-system poetry-core, uv-build, # dependencies scikit-learn, Loading Loading @@ -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 Loading