3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pytorch-metric-learning: 0.9.99 -> 1.1.0

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:51 -08:00 committed by Martin Weinelt
parent 860dd3ea23
commit a6ce85917e

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "0.9.99";
version = "1.1.0";
disabled = isPy27;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave";
repo = pname;
rev = "v${version}";
sha256 = "1ahs2b7q3hxi6yv4g2fjy7mvl899h56dvlpc2r9301440qsgkdzr";
sha256 = "0qvlxgdml22fzrs47yzqpfzak8lfdrzayvapawfz93cq8903h7qp";
};
propagatedBuildInputs = [