Commit 7142b03e authored by Robert T. McGibbon's avatar Robert T. McGibbon Committed by Frederik Rietdijk
Browse files

python3Packages.pytorch-metric-learning: mark as broken

parent a5983f7b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,5 +59,6 @@ buildPythonPackage rec {
    changelog = "https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ bcdarwin ];
    broken = true;  # requires faiss which is unpackaged
  };
}