This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-python-extensions.git


The following commit(s) were added to refs/heads/main by this push:
     new afe8b3c  NIFI-13628 Set NumPy 1.26.4 for Chroma Processors (#5)
afe8b3c is described below

commit afe8b3cb860868bb48acaecc2b018e474e7d1808
Author: krisztina-zsihovszki 
<[email protected]>
AuthorDate: Tue Aug 6 19:46:23 2024 +0200

    NIFI-13628 Set NumPy 1.26.4 for Chroma Processors (#5)
    
    Signed-off-by: David Handermann <[email protected]>
---
 src/extensions/vectorstores/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/extensions/vectorstores/requirements.txt 
b/src/extensions/vectorstores/requirements.txt
index 31e215a..c2131d4 100644
--- a/src/extensions/vectorstores/requirements.txt
+++ b/src/extensions/vectorstores/requirements.txt
@@ -7,6 +7,7 @@ langchain==0.1.11
 
 # Chroma requirements
 chromadb==0.4.22
+numpy==1.26.4
 onnxruntime
 tokenizers
 tqdm

Reply via email to