python37Packages.pytorch-metric-learning: 0.9.94 -> 0.9.95

This commit is contained in:
R. RyanTM 2020-12-12 22:24:49 +00:00
parent 95042a58fb
commit 418069487e
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytorch-metric-learning"; pname = "pytorch-metric-learning";
version = "0.9.94"; version = "0.9.95";
disabled = isPy27; disabled = isPy27;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave"; owner = "KevinMusgrave";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1i2m651isa6xk3zj8dhzdbmd1bdzl51bh6rxifx6gg22hfa5dj9a"; sha256 = "1msvs1j3n47762ahm21bnkk2qqabxw8diiyi7s420x4zg24mr23g";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [