Commit 18a489ea authored by Connor Baker's avatar Connor Baker Committed by github-actions[bot]
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.

(cherry picked from commit b28f7c53)
parent 92797acf
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" ];