python310Packages.einops: remove seemingly unused test dependencies

The amount of successful run and skipped tests stays the same and one
warning is removed.
This commit is contained in:
Sandro Jäckel 2023-10-06 20:54:20 +02:00
parent 95503b9292
commit cc340c1b11
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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