forked from mirrors/nixpkgs
python3Packages.pytorch-metric-learning: mark as broken
This commit is contained in:
parent
a5983f7bff
commit
7142b03eb7
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue