python313Packages.ignite: unbreak

This commit is contained in:
Ben Darwin
2026-03-08 21:47:28 -04:00
parent 5c4e9a166e
commit fc7cfc1cd7
@@ -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