Merge pull request #206210 from r-ryantm/auto-update/python310Packages.pytorch-metric-learning

python310Packages.pytorch-metric-learning: 1.6.2 -> 1.6.3
This commit is contained in:
markuskowa 2022-12-19 22:23:15 +01:00 committed by GitHub
commit 04d98781c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "1.6.2";
version = "1.6.3";
disabled = isPy27;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-y/KqMqxSzTGsjwtbhHbFK+S4CX6yHC6tR6jdPWUzeGg=";
sha256 = "sha256-7ezD3TMmNI9wRBXz5Htz10XZZaSsD0jTpEldGpIot8k=";
};
propagatedBuildInputs = [