Merge pull request #190556 from r-ryantm/auto-update/python310Packages.pytorch-metric-learning

python310Packages.pytorch-metric-learning: 1.5.1 -> 1.6.0
This commit is contained in:
Mario Rodas 2022-09-13 00:46:11 -05:00 committed by GitHub
commit b06f399b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytorch-metric-learning"; pname = "pytorch-metric-learning";
version = "1.5.1"; version = "1.6.0";
disabled = isPy27; disabled = isPy27;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave"; owner = "KevinMusgrave";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-d7Ngd4SzGTJXtpgs2Jqb+y1aeMt9YUqIOft5ByDtRsc="; sha256 = "sha256-DmipbtzfCkd85dZ/ECPT8tkwmt5AKPD6oWF3X7vRJPo=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [