Unverified Commit cc340c1b authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python310Packages.einops: remove seemingly unused test dependencies

The amount of successful run and skipped tests stays the same and one
warning is removed.
parent 95503b92
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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