Unverified Commit 1f1d1f96 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

python3Packages.pytensor: 2.26.4 -> 2.28.0 (#384618)

parents 794d83cb 17a5d4a7
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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"

@@ -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
@@ -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