updated poetry.lock

This commit is contained in:
Nikhil Shrestha 2024-04-03 17:52:39 +05:45
parent 9f929cf4f3
commit 28e418124b
2 changed files with 1615 additions and 177 deletions

1782
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ alembic = "^1.13.1"
sqlalchemy = "^2.0.28"
bcrypt = "4.0.1"
python-jose = "^3.3.0"
psycopg2-binary = "^2.9.9"
#psycopg2-binary = "^2.9.9"
passlib = "^1.7.4"
docx2txt = "^0.8"
ldap3 = "^2.9.1"
@ -25,7 +25,7 @@ python-doctr = "^0.8.1"
python-docx = "^1.1.0"
watchdog = "^4.0.0"
# https://stackoverflow.com/questions/76327419/valueerror-libcublas-so-0-9-not-found-in-the-system-path
torch = ">=2.0.0, !=2.0.1, !=2.1.0"
#torch = ">=2.0.0, !=2.0.1, !=2.1.0"
torchvision = "^0.17.1"
transformers = "^4.38.2"
@ -48,16 +48,16 @@ llama-index-vector-stores-chroma = {version ="^0.1.4", optional = true}
llama-index-vector-stores-postgres = {version ="^0.1.2", optional = true}
llama-index-storage-docstore-postgres = {version ="^0.1.2", optional = true}
llama-index-storage-index-store-postgres = {version ="^0.1.2", optional = true}
# Postgres
psycopg2-binary = {version ="^2.9.9", optional = true}
psycopg2-binary = {version ="^2.9.9", optional = false}
asyncpg = {version="^0.29.0", optional = true}
# Optional Sagemaker dependency
boto3 = {version ="^1.34.51", optional = true}
# Optional Reranker dependencies
torch = {version ="^2.1.2", optional = true}
torch = {version ="^2.1.2", optional = false}
sentence-transformers = {version ="^2.6.1", optional = true}
# Optional UI