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

python310Packages.botorch: 0.9.2 -> 0.9.3

parent f79efc5f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "botorch";
  version = "0.9.2";
  version = "0.9.3";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "pytorch";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-8obS+qMQwepKUxPkMbufR/SaacYekl6FA6t6XW6llA4=";
    rev = "refs/tags/v${version}";
    hash = "sha256-d8EMmA499Zxyagkqx0JCKMZPwSH4LvBya+raD3v3iZU=";
  };

  nativeBuildInputs = [