22 buildPythonPackage rec {
27 disabled = pythonOlder "3.8";
30 inherit version pname;
31 hash = "sha256-QfTABRWVaCgPvFEWSJYKmKKxpBACfYvQpDIgrJsQLN8=";
38 propagatedBuildInputs = [
46 passthru.optional-dependencies = {
62 # pyro not shipping tests do simple smoke test instead
65 pythonImportsCheck = [
73 description = "Library for probabilistic modeling and inference";
74 homepage = "http://pyro.ai";
75 changelog = "https://github.com/pyro-ppl/pyro/releases/tag/${version}";
76 license = licenses.asl20;
77 maintainers = with maintainers; [ teh georgewhewell ];