Merge pull request #106793 from r-ryantm/auto-update/python3.7-pytorch-metric-learning

python37Packages.pytorch-metric-learning: 0.9.94 -> 0.9.95
This commit is contained in:
Mario Rodas 2020-12-13 20:54:55 -05:00 committed by GitHub
commit 5fea31203e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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