Unverified Commit 2af3b534 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

python3Packages.botorch: 0.16.0 -> 0.16.1 (#463922)

parents 207d12ce 4d030aef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@

buildPythonPackage rec {
  pname = "botorch";
  version = "0.16.0";
  version = "0.16.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "meta-pytorch";
    repo = "botorch";
    tag = "v${version}";
    hash = "sha256-XpcmWJcKaIxrM79MgjG7IF/DphTH402iltlh8ISeZ64=";
    hash = "sha256-8tmNw1Qa3lXxvndljRijGNN5RMjsYlT8zFFau23yp1U=";
  };

  build-system = [