python311Packages.pytorch-metric-learning: 2.4.1 -> 2.5.0

This commit is contained in:
R. Ryantm 2024-04-06 09:38:08 +00:00
parent f6eb921406
commit d6416c0bde
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "2.4.1";
version = "2.5.0";
format = "setuptools";
disabled = isPy27;
@ -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 = [