From ad6a2f1743a80f79155d5e6bddefe4cfe9f984cc Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Thu, 19 Sep 2024 20:03:10 -0400 Subject: [PATCH] apparently numpy versioning is also a thing for us --- embeddings/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/embeddings/requirements.txt b/embeddings/requirements.txt index 3040f9b..3e00d43 100644 --- a/embeddings/requirements.txt +++ b/embeddings/requirements.txt @@ -4,6 +4,7 @@ uvicorn[standard] gunicorn pydantic torch +numpy<2.0 git+https://github.com/openai/CLIP.git finetuner[full]==0.7.8 docarray[commons]==0.21.0