python3Packages.botorch: 0.11.0 -> 0.11.1

This commit is contained in:
Martin Weinelt
2024-06-24 12:14:47 +02:00
parent eeed9f0006
commit b02e7087f8
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "botorch";
version = "0.11.0";
version = "0.11.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "pytorch";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-eL0buwqrGt4qcwdzCwD85IyiWjAFuP1n8aUb2pvvIKw=";
hash = "sha256-YX/G46U09y/VZuWZhKY8zU0Y+bf0NKumzSGYUWvrq/0=";
};
nativeBuildInputs = [