Commit cfe718b2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.ignite: 0.4.13 -> 0.5.0.post2

parent f06c02ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];