python312Packages.ignite: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2025-04-03 04:56:02 +00:00
parent 0ddf8d4cf7
commit fd32c3e63e
@@ -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 ];
# ModuleNotFoundError: No module named 'torch._C._distributed_c10d'; 'torch._C' is not a package