25 tensorflow-probability,
30 buildPythonPackage rec {
35 src = fetchFromGitHub {
38 rev = "refs/tags/rel-${version}";
39 hash = "sha256-tEIDuMAY+rMBqzHLnhbSqOoWzjIbZKCWWMx/uej2pOU=";
67 tensorflow-probability
71 export HOME=$(mktemp -d)
74 pythonImportsCheck = [ "pytensor" ];
77 # benchmarks (require pytest-benchmark):
79 "test_fused_elemwise_benchmark"
80 "test_logsumexp_benchmark"
81 "test_scan_multiple_output"
82 "test_vector_taps_benchmark"
86 # Don't run the most compute-intense tests
89 "tests/sparse/sandbox/"
92 passthru.updateScript = nix-update-script {
100 description = "Python library to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays";
101 mainProgram = "pytensor-cache";
102 homepage = "https://github.com/pymc-devs/pytensor";
103 changelog = "https://github.com/pymc-devs/pytensor/releases";
104 license = lib.licenses.bsd3;
105 maintainers = with lib.maintainers; [