python3Packages.ignite: 0.4.6 -> 0.4.7

This commit is contained in:
Jonathan Ringer
2021-11-25 14:46:53 -08:00
parent e749bfaf01
commit f44b8a7564

View File

@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "ignite";
version = "0.4.6";
version = "0.4.7";
src = fetchFromGitHub {
owner = "pytorch";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dlKGXjUUnyYmPDilo0LQg9OkSkBnMYNgzlFLIfI0T6I=";
sha256 = "11gvw0yqb3y5ddifs5f38bgslvfmw1bmd9rga1ynlrmmgmhxym6h";
};
checkInputs = [ pytestCheckHook matplotlib mock pytest-xdist torchvision ];