python3Packages.pytorch-metric-learning: mark as broken

Changed files
+1
pkgs
development
python-modules
pytorch-metric-learning
+1
pkgs/development/python-modules/pytorch-metric-learning/default.nix
···
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
};
}