mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
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 New Issue
Block a user