16 buildPythonPackage rec {
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-d8EMmA499Zxyagkqx0JCKMZPwSH4LvBya+raD3v3iZU=";
34 propagatedBuildInputs = [
43 SETUPTOOLS_SCM_PRETEND_VERSION = version;
48 pythonImportsCheck = [ "botorch" ];
51 description = "Bayesian Optimization in PyTorch";
52 homepage = "https://botorch.org";
53 license = licenses.mit;
54 maintainers = with maintainers; [ veprbl ];