Unverified Commit e67b29f5 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.gpytorch: mark as broken due to segfaults (#423834)

parents 36a79ce4 5b56f1da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,
  jaxtyping,
@@ -56,6 +57,9 @@ buildPythonPackage rec {
    "test_t_matmul_matrix"
  ];

  # Testing is broken on Darwin due to a `scikit-learn` issue, see https://github.com/NixOS/nixpkgs/issues/423831
  doCheck = !stdenv.hostPlatform.isDarwin;

  meta = with lib; {
    description = "Highly efficient and modular implementation of Gaussian Processes, with GPU acceleration";
    homepage = "https://gpytorch.ai";