mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
Merge pull request #299978 from fabaff/apricot-select-refactor
python312Packages.apricot-select: migrate to pynose
This commit is contained in:
commit
d1de0a4b83
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user