Commit b28f7c53 authored by Connor Baker's avatar Connor Baker
Browse files

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.
parent cb796c7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,15 +37,15 @@ buildPythonPackage rec {
  dependencies = [
    numba
    numpy
    scikit-learn
    scipy
    torchvision
    tqdm
  ];

  nativeCheckInputs = [
    pynose
    pytestCheckHook
    scikit-learn
    torchvision
  ];

  pythonImportsCheck = [ "apricot" ];