Loading pkgs/development/python-modules/gpytorch/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, jaxtyping, Loading Loading @@ -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"; Loading Loading
pkgs/development/python-modules/gpytorch/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, jaxtyping, Loading Loading @@ -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"; Loading