python311Packages.botorch: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm 2024-05-05 23:30:26 +00:00 committed by Dmitry Kalinkin
parent 52a7e63b7c
commit afe1dfbc00

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "botorch";
version = "0.10.0";
version = "0.11.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "pytorch";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-IaFtQWrgOhVHDOiPQ4oG8l+Q0igWamYVWEReGccbVoI=";
hash = "sha256-eL0buwqrGt4qcwdzCwD85IyiWjAFuP1n8aUb2pvvIKw=";
};
nativeBuildInputs = [