python312Packages.ignite: 0.4.13 -> 0.5.0.post2

This commit is contained in:
R. Ryantm 2024-04-01 14:21:00 +00:00
parent f06c02ce7c
commit cfe718b211

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "ignite";
version = "0.4.13";
version = "0.5.0.post2";
format = "setuptools";
src = fetchFromGitHub {
owner = "pytorch";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+olp+zphcHMvcGKHt0JhxXza1wd7UiydwVFnSQ310Vg=";
hash = "sha256-Lg7ASODYwWWhC45X4+Bk50gSlSWwgn2tM4atLXWbQLI=";
};
nativeCheckInputs = [ pytestCheckHook matplotlib mock pytest-xdist torchvision ];