python3Packages.gpytorch: relax mpmath (#522614)
This commit is contained in:
@@ -119,6 +119,11 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_convert_observations"
|
||||
# broken with sqlalchemy 2
|
||||
"test_sql_storage"
|
||||
# AssertionError
|
||||
"test_online"
|
||||
# Timeout
|
||||
"test_efficient_loo_cv_with_fully_bayesian_model"
|
||||
"test_fitting_auxiliary_experiment_dataset"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
# flaky
|
||||
|
||||
@@ -31,6 +31,8 @@ buildPythonPackage (finalAttrs: {
|
||||
hash = "sha256-1CavS+qrV8YqnsT87GjmJV2LOtvExFYQE5YpYZEw9ts=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "mpmath" ];
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
|
||||
Reference in New Issue
Block a user