mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
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:
parent
3578918445
commit
62a8e3308e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user