Merge pull request #259433 from SuperSandro2000/einops

python310Packages.einops: remove seemingly unused test dependencies
This commit is contained in:
Weijia Wang 2023-10-07 17:42:51 +02:00 committed by GitHub
commit 4da07cd79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,7 @@
, chainer
, fetchFromGitHub
, hatchling
, jupyter
, keras
#, mxnet
, nbconvert
, nbformat
, nose
, numpy
, parameterized
, pytestCheckHook
@ -33,12 +28,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
chainer
jupyter
keras
# mxnet (has issues with some CPUs, segfault)
nbconvert
nbformat
nose
numpy
parameterized
pytestCheckHook