python310Packages.pytorch-metric-learning: 1.7.2 -> 2.0.0

This commit is contained in:
R. Ryantm 2023-02-02 20:45:59 +00:00
parent 695a83030f
commit 77206b1a0c

View file

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytorch-metric-learning"; pname = "pytorch-metric-learning";
version = "1.7.2"; version = "2.0.0";
disabled = isPy27; disabled = isPy27;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave"; owner = "KevinMusgrave";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-f+k7WuZRgSDGbWp/TvmDkDzT02WeycwDCd/1WhR3VD8="; sha256 = "sha256-xarZvCRT/PhhB+ySv94XGz7uF/WiKbil6ohg7XbzOUs=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [