python3Packages.apricot-select: move scikit-learn and torchvision to dependencies
These are needed when building the package, not just during the checkPhase. This can be observed by setting doCheck to false.
This commit is contained in:
@@ -37,15 +37,15 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
numba
|
||||
numpy
|
||||
scikit-learn
|
||||
scipy
|
||||
torchvision
|
||||
tqdm
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pynose
|
||||
pytestCheckHook
|
||||
scikit-learn
|
||||
torchvision
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "apricot" ];
|
||||
|
||||
Reference in New Issue
Block a user