python312Packages.pytorch-metric-learning: 2.5.0 -> 2.6.0 (#329715)

This commit is contained in:
Weijia Wang
2024-09-11 15:52:36 +02:00
committed by GitHub
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
disabled = isPy27;
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1y7VCnzgwFOMeMloVdYyszNhf/zZlBJUjuF4qgA5c0A=";
hash = "sha256-xlTqUUF+tUIbULd1B8XR18Kxd7kl2TRKdbp0GoAfi4g=";
};
build-system = [