python310Packages.ignite: 0.4.11 -> 0.4.12

This commit is contained in:
R. Ryantm 2023-05-11 11:39:06 +00:00
parent db18fdbd42
commit ce61ac4ae4

View File

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