21 buildPythonPackage rec {
24 format = "setuptools";
26 disabled = pythonOlder "3.7";
29 inherit version pname;
30 hash = "sha256-4Afl0ROCpY78+4+61xxy6vEGbIZsaNxURXDEGMGCiks=";
33 propagatedBuildInputs = [
41 passthru.optional-dependencies = {
57 # pyro not shipping tests do simple smoke test instead
60 pythonImportsCheck = [
68 description = "Library for probabilistic modeling and inference";
69 homepage = "http://pyro.ai";
70 license = licenses.asl20;
71 maintainers = with maintainers; [ teh georgewhewell ];