python312Packages.botorch 0.9.5 -> 0.10.0 https://github.com/pytorch/botorch/releases attrpath: python312Packages.botorch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bd3dy0qkqxmadzxzw1ax44q5a3yr0am2-packages.json.drv building '/nix/store/bd3dy0qkqxmadzxzw1ax44q5a3yr0am2-packages.json.drv'... Going to be running update for following packages: - python3.12-botorch-0.9.5 Press Enter key to continue... Running update for: - python3.12-botorch-0.9.5: UPDATING ... - python3.12-botorch-0.9.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/botorch/default.nix b/pkgs/development/python-modules/botorch/default.nix index d4503c85c988..e81609908758 100644 --- a/pkgs/development/python-modules/botorch/default.nix +++ b/pkgs/development/python-modules/botorch/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "botorch"; - version = "0.9.5"; + version = "0.10.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pytorch"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-M/VOt0p7io0K+VHrAmBJQ71VigH0Ll1D5it6+/o/3jg="; + hash = "sha256-IaFtQWrgOhVHDOiPQ4oG8l+Q0igWamYVWEReGccbVoI="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.9.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , gpytorch , linear-operator , multipledispatch , pyro-ppl , setuptools , setuptools-scm , wheel , torch , scipy , pytestCheckHook , pythonRelaxDepsHook }: buildPythonPackage rec { pname = "botorch"; version = "0.10.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pytorch"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-IaFtQWrgOhVHDOiPQ4oG8l+Q0igWamYVWEReGccbVoI="; }; nativeBuildInputs = [ pythonRelaxDepsHook setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ gpytorch linear-operator multipledispatch pyro-ppl scipy torch ]; pythonRelaxDeps = [ "linear-operator" ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "botorch" ]; meta = with lib; { description = "Bayesian Optimization in PyTorch"; homepage = "https://botorch.org"; license = licenses.mit; maintainers = with maintainers; [ veprbl ]; }; }