python310Packages.gpytorch: 1.10 -> 1.11

This commit is contained in:
Dmitry Kalinkin 2023-08-13 22:23:56 -04:00
parent 39151c541c
commit c9196ec1f1

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "gpytorch";
version = "1.10";
version = "1.11";
format = "pyproject";
src = fetchFromGitHub {
owner = "cornellius-gp";
repo = pname;
rev = "v${version}";
hash = "sha256-KY3ItkVjBfIYMkZAmD56EBGR9YN/MRN7b2K3zrK6Qmk=";
hash = "sha256-cpkfjx5G/4duL1Rr4nkHTHi03TDcYbcx3bKP2Ny7Ijo=";
};
postPatch = ''
@ -40,6 +40,8 @@ buildPythonPackage rec {
# flaky numerical tests
"test_classification_error"
"test_matmul_matrix_broadcast"
# https://github.com/cornellius-gp/gpytorch/issues/2396
"test_t_matmul_matrix"
];
meta = with lib; {