Unverified Commit f397d654 authored by Luna Nova's avatar Luna Nova Committed by GitHub
Browse files

python313Packages.ignite: unbreak (#498094)

parents 8ed7404d fc7cfc1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  setuptools,
  hatchling,
  pytestCheckHook,
  pytest-xdist,
  torchvision,
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    hash = "sha256-0lQe5fWR4t3uAJVfGVebkxiWHx8TvgNQzJylKNmjjo0=";
  };

  build-system = [ setuptools ];
  build-system = [ hatchling ];

  dependencies = [
    packaging