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

This commit is contained in:
Gaétan Lepage
2025-07-10 09:59:43 +02:00
committed by GitHub
@@ -1,5 +1,6 @@
{
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";