From d1a88eef91023173adce8f22119cb43edbec4a0c Mon Sep 17 00:00:00 2001 From: Pringled Date: Fri, 15 Nov 2024 10:58:56 +0100 Subject: [PATCH] Updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5971d30..0925f85 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ install: venv uv run pre-commit install install-no-pre-commit: - uv pip install ".[dev,hnsw,pynndescent,annoy, faiss]" + uv pip install ".[dev,hnsw,pynndescent,annoy,faiss]" install-base: uv sync --extra dev