Unverified Commit 62a8e330 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent 35789184
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";