Revert "python3Packages.gpytorch: mark as broken due to underlying sklearn crashes"

This reverts commit 5b56f1daaa0b55124fbe0880c8f433551fe61bfd.

Changed files
-4
pkgs
development
python-modules
gpytorch
-4
pkgs/development/python-modules/gpytorch/default.nix
···
{
lib,
-
stdenv,
buildPythonPackage,
fetchFromGitHub,
jaxtyping,
···
# https://github.com/cornellius-gp/gpytorch/issues/2396
"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";