Skip to content

Commit

Permalink
Merge pull request #302073 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.pytorch-metric-learning

python311Packages.pytorch-metric-learning: 2.4.1 -> 2.5.0
  • Loading branch information
pbsds authored Apr 12, 2024
2 parents d71b16f + d6416c0 commit 48a380f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "2.4.1";
version = "2.5.0";
format = "setuptools";

disabled = isPy27;
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LftT/ATrvEkVJPS63LSN/7vCsHhobm6xk8hFEa+wrzE=";
hash = "sha256-1y7VCnzgwFOMeMloVdYyszNhf/zZlBJUjuF4qgA5c0A=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 48a380f

Please sign in to comment.