Merge pull request #133073 from bcdarwin/update-rising

python3Packages.rising: 0.2.0post0 -> 0.2.1
This commit is contained in:
Sandro 2021-08-08 05:12:18 +02:00 committed by GitHub
commit ff5ad73118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rising";
version = "0.2.0post0";
version = "0.2.1";
disabled = isPy27;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "PhoenixDL";
repo = pname;
rev = "v${version}";
sha256 = "0fb9894ppcp18wc2dhhjizj8ja53gbv9wpql4mixxxdz8z2bn33c";
sha256 = "15wYWToXRae1cMpHWbJwzAp0THx6ED9ixQgL+n1v9PI=";
};
propagatedBuildInputs = [ numpy pytorch threadpoolctl tqdm ];