Merge pull request #6235 from tklk-forks/add-python-dep

chore: add googleapis-common-protos dep
This commit is contained in:
Timothy Jaeryang Baek
2024-10-16 12:13:21 -07:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ dependencies = [
"sentence-transformers==3.2.0",
"colbert-ai==0.2.21",
"einops==0.8.0",
"ftfy==6.2.3",
"pypdf==4.3.1",
@@ -94,7 +93,9 @@ dependencies = [
"docker~=7.1.0",
"pytest~=8.3.2",
"pytest-docker~=3.1.1"
"pytest-docker~=3.1.1",
"googleapis-common-protos=1.63.2"
]
readme = "README.md"
requires-python = ">= 3.11, < 3.12.0a1"