python310Packages.ignite: 0.4.12 -> 0.4.13

This commit is contained in:
R. Ryantm 2023-11-06 12:51:16 +00:00
parent b4c0c733b3
commit 2e05b5ed78

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "ignite";
version = "0.4.12";
version = "0.4.13";
src = fetchFromGitHub {
owner = "pytorch";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-cLlPUPzYyOpqk4qHsn22s3Xr/VkGjnHL4JVw2qy2iTc=";
hash = "sha256-+olp+zphcHMvcGKHt0JhxXza1wd7UiydwVFnSQ310Vg=";
};
nativeCheckInputs = [ pytestCheckHook matplotlib mock pytest-xdist torchvision ];