Loading pkgs/development/python-modules/pytensor/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ buildPythonPackage rec { "test_scan_multiple_output" "test_vector_taps_benchmark" # AssertionError: Not equal to tolerance rtol=1e-06, atol=1e-06 "test_jax_pad" # Failure reported upstream: https://github.com/pymc-devs/pytensor/issues/980 "test_choose_signature" Loading Loading @@ -160,6 +163,9 @@ buildPythonPackage rec { "test_unbroadcast" "test_update_equiv" "test_update_same" "test_solve_triangular_grad" "test_numba_Cholesky_grad" "test_alloc" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ # Fatal Python error: Segmentation fault Loading Loading @@ -196,7 +202,7 @@ buildPythonPackage rec { description = "Python library to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays"; mainProgram = "pytensor-cache"; homepage = "https://github.com/pymc-devs/pytensor"; changelog = "https://github.com/pymc-devs/pytensor/releases/tag/rel-${version}"; changelog = "https://github.com/pymc-devs/pytensor/releases/tag/${src.tag}"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ bcdarwin Loading Loading
pkgs/development/python-modules/pytensor/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ buildPythonPackage rec { "test_scan_multiple_output" "test_vector_taps_benchmark" # AssertionError: Not equal to tolerance rtol=1e-06, atol=1e-06 "test_jax_pad" # Failure reported upstream: https://github.com/pymc-devs/pytensor/issues/980 "test_choose_signature" Loading Loading @@ -160,6 +163,9 @@ buildPythonPackage rec { "test_unbroadcast" "test_update_equiv" "test_update_same" "test_solve_triangular_grad" "test_numba_Cholesky_grad" "test_alloc" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ # Fatal Python error: Segmentation fault Loading Loading @@ -196,7 +202,7 @@ buildPythonPackage rec { description = "Python library to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays"; mainProgram = "pytensor-cache"; homepage = "https://github.com/pymc-devs/pytensor"; changelog = "https://github.com/pymc-devs/pytensor/releases/tag/rel-${version}"; changelog = "https://github.com/pymc-devs/pytensor/releases/tag/${src.tag}"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ bcdarwin Loading