Skip to content

Commit

Permalink
python312Packages.pytorch-metric-learning: 2.5.0 -> 2.6.0 (#329715)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 11, 2024
2 parents 4ed10b3 + f3722c3 commit 1a280ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "2.5.0";
version = "2.6.0";
pyproject = true;

disabled = isPy27;
Expand All @@ -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 = [
Expand Down

0 comments on commit 1a280ed

Please sign in to comment.