python3Packages.pytorch-pfn-extras: 0.8.2 -> 0.8.3 (#418617)

This commit is contained in:
Samuel Ainsworth
2025-06-21 01:25:09 -04:00
committed by GitHub

View File

@@ -22,14 +22,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytorch-pfn-extras"; pname = "pytorch-pfn-extras";
version = "0.8.2"; version = "0.8.3";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pfnet"; owner = "pfnet";
repo = "pytorch-pfn-extras"; repo = "pytorch-pfn-extras";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-FQwCdn9zUWHyUYAGHPNxQXN7O0bSLBHJrByxzCxUtio="; hash = "sha256-aTWPFYEc29qHOPRZu15p+x9DofMNRnTHnVEhxdPQ0Ak=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];