Unverified Commit d1de0a4b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #299978 from fabaff/apricot-select-refactor

python312Packages.apricot-select: migrate to pynose
parents b1ac8efc fa592ac6
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, nose
, numba
, numpy
, pynose
, pytestCheckHook
, pythonOlder
, torchvision
, scikit-learn
, scipy
, setuptools
, torchvision
, tqdm
}:

@@ -31,11 +31,11 @@ buildPythonPackage rec {
    sed -i '/"nose"/d' setup.py
  '';

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    numba
    numpy
    scipy
@@ -43,10 +43,10 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    nose
    pynose
    pytestCheckHook
    torchvision
    scikit-learn
    torchvision
  ];

  pythonImportsCheck = [