python3Packages.ignite: propagate packaging

This commit is contained in:
Martin Weinelt 2022-07-25 13:00:37 +02:00
parent 7b052c00a9
commit 1c9f1f190b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -7,6 +7,7 @@
, pythonOlder
, matplotlib
, mock
, packaging
, pytorch
, scikit-learn
, tqdm
@ -24,7 +25,7 @@ buildPythonPackage rec {
};
checkInputs = [ pytestCheckHook matplotlib mock pytest-xdist torchvision ];
propagatedBuildInputs = [ pytorch scikit-learn tqdm ];
propagatedBuildInputs = [ packaging pytorch scikit-learn tqdm ];
# runs succesfully in 3.9, however, async isn't correctly closed so it will fail after test suite.
doCheck = pythonOlder "3.9";