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:
Connor Baker
2024-05-25 22:26:22 +00:00
parent cb796c7ed2
commit b28f7c5303
@@ -37,15 +37,15 @@ buildPythonPackage rec {
dependencies = [
numba
numpy
scikit-learn
scipy
torchvision
tqdm
];
nativeCheckInputs = [
pynose
pytestCheckHook
scikit-learn
torchvision
];
pythonImportsCheck = [ "apricot" ];