python312Packages.botorch: require big-parallel system feature

The test phase for this package is very CPU intensive and prone to
getting stuck when it has to compete for resources.
This commit is contained in:
Martin Weinelt 2024-08-03 01:55:03 +02:00
parent 3578918445
commit 62a8e3308e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -62,6 +62,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "botorch" ];
# needs lots of undisturbed CPU time or prone to getting stuck
requiredSystemFeatures = [ "big-parallel" ];
meta = with lib; {
changelog = "https://github.com/pytorch/botorch/blob/${src.rev}/CHANGELOG.md";
description = "Bayesian Optimization in PyTorch";