lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.ignite: 0.5.1 -> 0.5.2

+3 -3
+3 -3
pkgs/development/python-modules/ignite/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "ignite"; 19 - version = "0.5.1"; 19 + version = "0.5.2"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 25 25 owner = "pytorch"; 26 26 repo = pname; 27 27 tag = "v${version}"; 28 - hash = "sha256-J0xrqAGwH0bAs59T7zA8irMWOGbE2+Zd9kwqxYUYYMA="; 28 + hash = "sha256-aWm+rj/9A7oNBW5jkMg/BRuEw2gQUJ88At1wB75FgNQ="; 29 29 }; 30 30 31 31 build-system = [ setuptools ]; ··· 93 93 meta = { 94 94 description = "High-level training library for PyTorch"; 95 95 homepage = "https://pytorch-ignite.ai"; 96 - changelog = "https://github.com/pytorch/ignite/releases/tag/v${version}"; 96 + changelog = "https://github.com/pytorch/ignite/releases/tag/${src.tag}"; 97 97 license = lib.licenses.bsd3; 98 98 maintainers = [ lib.maintainers.bcdarwin ]; 99 99 # ModuleNotFoundError: No module named 'torch._C._distributed_c10d'; 'torch._C' is not a package