AuthorBot Cursor commited on
Commit
06c1465
Β·
1 Parent(s): 186c5c0

fix: pin numpy<2 to fix chromadb 0.5.0 AttributeError on np.float_

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +1 -0
backend/requirements.txt CHANGED
@@ -32,6 +32,7 @@ tiktoken==0.7.0
32
 
33
  # ── Vector Database ───────────────────────────────────────
34
  chromadb==0.5.0
 
35
 
36
  # ── Free Local ML Models ──────────────────────────────────
37
  sentence-transformers==3.0.1 # MiniLM intent + book confidence
 
32
 
33
  # ── Vector Database ───────────────────────────────────────
34
  chromadb==0.5.0
35
+ numpy==1.26.4 # chromadb 0.5.x incompatible with NumPy 2.x
36
 
37
  # ── Free Local ML Models ──────────────────────────────────
38
  sentence-transformers==3.0.1 # MiniLM intent + book confidence