Commit 4d1bdbc2 authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

python3Packages.botorch: 0.14.0 -> 0.15.1

parent a36b8083
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "botorch";
  version = "0.14.0";
  version = "0.15.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pytorch";
    repo = "botorch";
    tag = "v${version}";
    hash = "sha256-IyRi5kXePnDv2q6SrXLtdltQ1/2/zQ3EBx5phtuX8sE=";
    hash = "sha256-6hAsKIlwycZtLZn1vkcu4fR85uACA4FSkT5e/wos17A=";
  };

  build-system = [