caffe: drop nose dependency (#343776)

This commit is contained in:
Sandro
2024-09-23 11:46:42 +02:00
committed by GitHub

View File

@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
# requirements.txt
let pp = python.pkgs; in ([
pp.numpy pp.scipy pp.scikit-image pp.h5py
pp.matplotlib pp.ipython pp.networkx pp.nose
pp.matplotlib pp.ipython pp.networkx
pp.pandas pp.python-dateutil pp.protobuf pp.gflags
pp.pyyaml pp.pillow pp.six
] ++ lib.optional leveldbSupport pp.leveldb)