Commit fc7cfc1c authored by Ben Darwin's avatar Ben Darwin
Browse files

python313Packages.ignite: unbreak

parent 5c4e9a16
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