python312Packages.ignite: 0.5.1 -> 0.5.2 (#395662)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-08 02:15:40 +02:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ignite";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pytorch";
repo = pname;
tag = "v${version}";
hash = "sha256-J0xrqAGwH0bAs59T7zA8irMWOGbE2+Zd9kwqxYUYYMA=";
hash = "sha256-aWm+rj/9A7oNBW5jkMg/BRuEw2gQUJ88At1wB75FgNQ=";
};
build-system = [ setuptools ];
@@ -93,7 +93,7 @@ buildPythonPackage rec {
meta = {
description = "High-level training library for PyTorch";
homepage = "https://pytorch-ignite.ai";
changelog = "https://github.com/pytorch/ignite/releases/tag/v${version}";
changelog = "https://github.com/pytorch/ignite/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.bcdarwin ];
};