python310Packages.pytorch-metric-learning: 1.6.3 -> 1.7.2

This commit is contained in:
R. Ryantm 2023-01-21 22:54:57 +00:00
parent 4e9efbd52a
commit 6ae435a0fa

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "1.6.3";
version = "1.7.2";
disabled = isPy27;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-7ezD3TMmNI9wRBXz5Htz10XZZaSsD0jTpEldGpIot8k=";
sha256 = "sha256-f+k7WuZRgSDGbWp/TvmDkDzT02WeycwDCd/1WhR3VD8=";
};
propagatedBuildInputs = [