Loading pkgs/development/python-modules/arviz/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,15 @@ buildPythonPackage (finalAttrs: { ]; disabledTests = [ # TypeError: only 0-dimensional arrays can be converted to Python scalars "test_deterministic" "test_mcse_array" "test_mcse_dataset" "test_mcse_nan" "test_multichain_summary_array" "test_numba_mcse" "test_plot_mcse" # Tests require network access "test_plot_ppc_transposed" "test_plot_separation" Loading pkgs/development/python-modules/pymc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -23,14 +23,14 @@ buildPythonPackage (finalAttrs: { pname = "pymc"; version = "5.27.1"; version = "5.28.1"; pyproject = true; src = fetchFromGitHub { owner = "pymc-devs"; repo = "pymc"; tag = "v${finalAttrs.version}"; hash = "sha256-9SPRt1R36pvsGOS0UUH3Ts/3D7W46nPnLbRc2XnU0xE="; hash = "sha256-6P171KjWvSgtiYxsGNvVxs4Pfqs3S7gxg6aGRbQ/Zcw="; }; build-system = [ Loading pkgs/development/python-modules/pytensor/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ buildPythonPackage (finalAttrs: { pname = "pytensor"; version = "2.37.0"; version = "2.38.1"; pyproject = true; src = fetchFromGitHub { Loading @@ -43,7 +43,7 @@ buildPythonPackage (finalAttrs: { postFetch = '' sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${finalAttrs.src.tag})"/' $out/pytensor/_version.py ''; hash = "sha256-N6TYK/qMux/a0ktQyCGYHZg3g8S6To8g1FXnILk9HIw="; hash = "sha256-Ye88hXOLkUh/BVYvvDG9dB3hq+xO5bE5jU9IDdCyuv0="; }; build-system = [ Loading Loading @@ -87,6 +87,9 @@ buildPythonPackage (finalAttrs: { disabledTests = [ # TypeError: jax_funcified_fgraph() takes 2 positional arguments but 3 were given "test_jax_Reshape_shape_graph_input" # AssertionError: equal_computations failed "test_infer_shape_db_handles_xtensor_lowering" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Numerical assertion error Loading @@ -94,6 +97,9 @@ buildPythonPackage (finalAttrs: { "test_op_sd" "test_op_ss" # AssertionError: equal_computations failed "test_infer_shape_db_handles_xtensor_lowering" # pytensor.link.c.exceptions.CompileError: Compilation failed (return status=1) "OpFromGraph" "add" Loading Loading
pkgs/development/python-modules/arviz/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,15 @@ buildPythonPackage (finalAttrs: { ]; disabledTests = [ # TypeError: only 0-dimensional arrays can be converted to Python scalars "test_deterministic" "test_mcse_array" "test_mcse_dataset" "test_mcse_nan" "test_multichain_summary_array" "test_numba_mcse" "test_plot_mcse" # Tests require network access "test_plot_ppc_transposed" "test_plot_separation" Loading
pkgs/development/python-modules/pymc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -23,14 +23,14 @@ buildPythonPackage (finalAttrs: { pname = "pymc"; version = "5.27.1"; version = "5.28.1"; pyproject = true; src = fetchFromGitHub { owner = "pymc-devs"; repo = "pymc"; tag = "v${finalAttrs.version}"; hash = "sha256-9SPRt1R36pvsGOS0UUH3Ts/3D7W46nPnLbRc2XnU0xE="; hash = "sha256-6P171KjWvSgtiYxsGNvVxs4Pfqs3S7gxg6aGRbQ/Zcw="; }; build-system = [ Loading
pkgs/development/python-modules/pytensor/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ buildPythonPackage (finalAttrs: { pname = "pytensor"; version = "2.37.0"; version = "2.38.1"; pyproject = true; src = fetchFromGitHub { Loading @@ -43,7 +43,7 @@ buildPythonPackage (finalAttrs: { postFetch = '' sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${finalAttrs.src.tag})"/' $out/pytensor/_version.py ''; hash = "sha256-N6TYK/qMux/a0ktQyCGYHZg3g8S6To8g1FXnILk9HIw="; hash = "sha256-Ye88hXOLkUh/BVYvvDG9dB3hq+xO5bE5jU9IDdCyuv0="; }; build-system = [ Loading Loading @@ -87,6 +87,9 @@ buildPythonPackage (finalAttrs: { disabledTests = [ # TypeError: jax_funcified_fgraph() takes 2 positional arguments but 3 were given "test_jax_Reshape_shape_graph_input" # AssertionError: equal_computations failed "test_infer_shape_db_handles_xtensor_lowering" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Numerical assertion error Loading @@ -94,6 +97,9 @@ buildPythonPackage (finalAttrs: { "test_op_sd" "test_op_ss" # AssertionError: equal_computations failed "test_infer_shape_db_handles_xtensor_lowering" # pytensor.link.c.exceptions.CompileError: Compilation failed (return status=1) "OpFromGraph" "add" Loading