python3Packages.ignite: 0.5.2 -> 0.5.3

https://github.com/pytorch/ignite/releases/tag/v0.5.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:18 +01:00
parent ae3d7e8572
commit 8b20fd99c6
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "ignite";
version = "0.5.2";
version = "0.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pytorch";
repo = "ignite";
tag = "v${version}";
hash = "sha256-aWm+rj/9A7oNBW5jkMg/BRuEw2gQUJ88At1wB75FgNQ=";
hash = "sha256-0lQe5fWR4t3uAJVfGVebkxiWHx8TvgNQzJylKNmjjo0=";
};
build-system = [ setuptools ];