Merge pull request #201128 from r-ryantm/auto-update/python310Packages.pytorch-pfn-extras

python310Packages.pytorch-pfn-extras: 0.6.1 -> 0.6.2
This commit is contained in:
Samuel Ainsworth 2022-11-13 21:13:54 -08:00 committed by GitHub
commit c34fae047b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "pytorch-pfn-extras";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "pfnet";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-wxTs/hfgqJn4DCxZj87V/zDKZc+thx3o5bWAvZe7EJU=";
sha256 = "sha256-J1+y5hHMKC31rIYeWI3Ca8Hdx0FF+MnCOAp0ejHzX/Y=";
};
propagatedBuildInputs = [ numpy packaging torch typing-extensions ];