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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user