···1{
2 lib,
03 buildPythonPackage,
4 fetchFromGitHub,
5 jaxtyping,
···55 # https://github.com/cornellius-gp/gpytorch/issues/2396
56 "test_t_matmul_matrix"
57 ];
0005859 meta = with lib; {
60 description = "Highly efficient and modular implementation of Gaussian Processes, with GPU acceleration";
···1{
2 lib,
3+ stdenv,
4 buildPythonPackage,
5 fetchFromGitHub,
6 jaxtyping,
···56 # https://github.com/cornellius-gp/gpytorch/issues/2396
57 "test_t_matmul_matrix"
58 ];
59+60+ # Testing is broken on Darwin due to a `scikit-learn` issue, see https://github.com/NixOS/nixpkgs/issues/423831
61+ doCheck = !stdenv.hostPlatform.isDarwin;
6263 meta = with lib; {
64 description = "Highly efficient and modular implementation of Gaussian Processes, with GPU acceleration";