Skip to content

Commit

Permalink
Merge pull request #349 from aitomatic/deps/upgrade
Browse files Browse the repository at this point in the history
upgrade dependencies
  • Loading branch information
TheVinhLuong102 authored Sep 15, 2024
2 parents 0e73028 + 73ee5a6 commit 26a990b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ notebook = ">=7.2"

[tool.poetry.group.docs.dependencies]
sphinx = ">=8.0"
sphinx-autobuild = ">=2024.4"
sphinx-autobuild = ">=2024.9"
sphinx-press-theme = ">=0.9"
myst-parser = ">=4.0"

Expand All @@ -69,7 +69,7 @@ python = ">=3.12,<3.14"
# Llama interface
huggingface-hub = ">=0.24"
# OpenAI interface
openai = ">=1.43"
openai = ">=1.45"
# LlamaIndex & related
llama-index = ">=0.11"
llama-index-embeddings-azure-openai = ">=0.2"
Expand All @@ -79,17 +79,17 @@ docx2txt = ">=0.8" # for reading .docx files
pypdf = ">=4.3" # for reading .pdf files
pycryptodome = ">=3.20" # for reading .pdf files: PyCryptodome is required for AES algorithm
# file systems
fsspec = ">=2024.6" # base/local file system
fsspec = ">=2024.9" # base/local file system
adlfs = ">=2024.7" # Azure Data Lake
gcsfs = ">=2024.6" # Google Cloud Storage
s3fs = ">=2024.6" # S3
gcsfs = ">=2024.9" # Google Cloud Storage
s3fs = ">=2024.9" # S3
# misc / other
click = ">=8.1"
google-api-python-client = ">=2.143"
google-api-python-client = ">=2.145"
googlesearch-python = ">=1.2"
httpx = ">=0.27"
loguru = ">=0.7"
pydantic = ">=2.8"
pydantic = ">=2.9"
python-dotenv = ">=1.0"
torch = ">=2.2,<2.3" # 2.3 fails installing on Mac with M chip
tqdm = ">=4.66"
Expand Down

0 comments on commit 26a990b

Please sign in to comment.