Commit fa592ac6 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.apricot-select: migrate to pynose

parent 3c9e0924
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 = [