Commit d6416c0b authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent f6eb9214
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [