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

python312Packages.apricot-select: migrate to pynose
This commit is contained in:
Fabian Affolter 2024-03-30 08:49:49 +01:00 committed by GitHub
commit d1de0a4b83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,15 +1,15 @@
{ 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 = [