Unverified Commit d7ecf33a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python310Packages.pytorch-metric-learning: 2.1.1 -> 2.1.2
parents 18c97a4c c06568b8
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.1.1";
  version = "2.1.2";

  disabled = isPy27;

@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "KevinMusgrave";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-XQ7lHhtcsqANuNVmjNMRjVdvwVo5hIVqTeNrnMF80uE=";
    hash = "sha256-B2gDPOQSJGg29xjJbZsWUrSalBnn+S8h+2j8NQ4tfTM=";
  };

  propagatedBuildInputs = [