Commit 2e05b5ed authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.ignite: 0.4.12 -> 0.4.13

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