12 tensorflow-probability,
19 buildPythonPackage rec {
24 src = fetchFromGitHub {
27 rev = "refs/tags/v${version}";
28 hash = "sha256-1n7ogGuFNAeOyXWe0/pAouhg2+aA3MXxlCcsrfqRTdU=";
31 build-system = [ poetry-core ];
36 tensorflow-probability
39 pythonImportsCheck = [ "oryx" ];
47 description = "Library for probabilistic programming and deep learning built on top of Jax";
48 homepage = "https://github.com/jax-ml/oryx";
49 changelog = "https://github.com/jax-ml/oryx/releases/tag/v${version}";
50 license = lib.licenses.asl20;
51 maintainers = with lib.maintainers; [ GaetanLepage ];