Skip to content

Commit

Permalink
chore: Update dependencies and gitignore coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykipkemboi committed Jan 7, 2025
1 parent 17b9d78 commit 93cabbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ data/vectors/
*.log
.cache
.pytest_cache/

# Coverage files
.coverage
htmlcov/
coverage.xml
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ langchain_text_splitters==0.3.5
unstructured==0.16.12
unstructured[all-docs]==0.16.12
onnx==1.17.0
protobuf==3.20.3
protobuf==5.29.2
chromadb==0.4.22
Pillow==10.4.0
numpy==1.26.4
pytest==7.4.4
pytest-cov==4.1.0
coverage==7.4.0
coverage==7.4.0
pydantic==2.10.4

0 comments on commit 93cabbb

Please sign in to comment.