python310Packages.pytorch-pfn-extras: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm
2022-11-14 04:51:20 +00:00
parent 242c648f95
commit b0b258544f
@@ -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 ];