Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nlp-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ json-repair>=0.59.4
# PersistentClient, get_or_create_collection, cosine distance.
chromadb==0.4.24
# chromadb 0.4.24 references np.float_ (chromadb/api/types.py:102), which
# NumPy 2.0 removed. Pin numpy<2 until chromadb is upgraded.
numpy<2
# NumPy 2.0 removed. Pin numpy<3 until chromadb is upgraded.
numpy<3
# Testing
pytest==9.0.3
pytest-mock==3.15.1
Loading