Skip to content

Commit

Permalink
Fix llama-index-readers-file version
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Nov 30, 2024
1 parent 60b0225 commit bb74a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llama-assistant"
version = "0.1.38"
version = "0.1.39"
authors = [
{name = "Viet-Anh Nguyen", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ openwakeword==0.6.0
pyinstaller==6.10.0
ffmpeg-python==0.2.0
llama-index-core==0.12.0
llama-index-readers-file==1.2.2
llama-index-readers-file==0.4.0
llama-index-embeddings-huggingface==0.4.0
docx2txt==0.8
mistune==3.0.2
Expand Down

0 comments on commit bb74a2b

Please sign in to comment.