···11{
22 lib,
33+ stdenv,
34 buildPythonPackage,
45 fetchFromGitHub,
56 jaxtyping,
···5556 # https://github.com/cornellius-gp/gpytorch/issues/2396
5657 "test_t_matmul_matrix"
5758 ];
5959+6060+ # Testing is broken on Darwin due to a `scikit-learn` issue, see https://github.com/NixOS/nixpkgs/issues/423831
6161+ doCheck = !stdenv.hostPlatform.isDarwin;
58625963 meta = with lib; {
6064 description = "Highly efficient and modular implementation of Gaussian Processes, with GPU acceleration";