Skip to content

Commit

Permalink
Merge pull request #123 from aitomatic/dep-upgrade
Browse files Browse the repository at this point in the history
upgrade dependencies
  • Loading branch information
TheVinhLuong102 authored Mar 10, 2024
2 parents 0161d45 + c9a5711 commit 0f5658e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ ruff = ">=0.3"
pydocstyle = ">=6.3"

[tool.poetry.group.test.dependencies]
pytest = ">=8.0"
pytest = ">=8.1"

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
# OpenAI interface
openai = ">=1.13"
# LlamaIndex & related
llama-index = ">=0.10.17" # should keep up-to-date with Llama-Index's minor releases (often backward-incompatible)
llama-index-llms-azure-openai = ">=0.1"
llama-index = ">=0.10.18" # should keep up-to-date with Llama-Index's minor releases (often backward-incompatible)
llama-index-embeddings-azure-openai = ">=0.1"
llama-index-llms-azure-openai = ">=0.1"
llama-index-readers-web = ">=0.1"
docx2txt = ">=0.8" # for reading .docx files
pypdf = ">=4.1" # for reading .pdf files
Expand All @@ -89,7 +89,7 @@ python-dotenv = ">=1.0"
tqdm = ">=4.66"

# optional dependencies required by extras
streamlit = {version = ">=1.31", optional = true}
streamlit = {version = ">=1.32", optional = true}
streamlit-mic-recorder = {version = ">=0.0.8", optional = true}

[tool.poetry.extras]
Expand Down

0 comments on commit 0f5658e

Please sign in to comment.