python310Packages.pytorch-pfn-extras: 0.5.8 -> 0.6.0

This commit is contained in:
R. Ryantm 2022-08-19 21:32:46 +00:00
parent 4b78546205
commit 698972fb04

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "pytorch-pfn-extras";
version = "0.5.8";
version = "0.6.0";
src = fetchFromGitHub {
owner = "pfnet";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-ApXDO7VMnExYfh5nfiIaxdbvPjR7dWRAkxh3+0KxWnM=";
sha256 = "sha256-w4WSEgNLdVLDnKS4kzJBK9BkrrGzbk2aCIhk4HCM/Bk=";
};
propagatedBuildInputs = [ numpy packaging pytorch typing-extensions ];