25 buildPythonPackage rec {
30 disabled = pythonOlder "3.8";
32 src = fetchFromGitHub {
35 rev = "refs/tags/${version}";
36 hash = "sha256-Dvbl/80EGoGWGhWYVIf/xjovUJG1+3WtpMH+lx1oB2E=";
39 build-system = [ setuptools ];
49 optional-dependencies = {
66 # pyro not shipping tests do simple smoke test instead
69 pythonImportsCheck = [
77 description = "Library for probabilistic modeling and inference";
78 homepage = "http://pyro.ai";
79 changelog = "https://github.com/pyro-ppl/pyro/releases/tag/${version}";
80 license = licenses.asl20;
81 maintainers = with maintainers; [