Merge pull request #302073 from r-ryantm/auto-update/python311Packages.pytorch-metric-learning

python311Packages.pytorch-metric-learning: 2.4.1 -> 2.5.0
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 22:27:51 +02:00 committed by GitHub
commit 48a380fc25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [