Skip to content

Commit

Permalink
Fix missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed Jul 24, 2024
1 parent ab00158 commit da1b79e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions libs/e2e-tests/pyproject.langchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pillow = "^10.2.0"
python-dotenv = "^1.0.1"
trulens-eval = "^0.32.0"
langchainhub = "^0.1.15"
keybert = "^0.8.5"
gliner = "^0.2.5"

# Temporarily use nemoguardrails HEAD to get https://github.com/NVIDIA/NeMo-Guardrails/pull/551
# nemoguardrails = "^0.8.0"
Expand Down
2 changes: 2 additions & 0 deletions libs/e2e-tests/pyproject.llamaindex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pillow = "^10.2.0"
python-dotenv = "^1.0.1"
trulens-eval = "^0.32.0"
langchainhub = "^0.1.15"
keybert = "^0.8.5"
gliner = "^0.2.5"

# Temporarily use nemoguardrails HEAD to get https://github.com/NVIDIA/NeMo-Guardrails/pull/551
# nemoguardrails = "^0.8.0"
Expand Down
6 changes: 4 additions & 2 deletions libs/e2e-tests/pyproject.ragstack-ai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ python = ">=3.9,<3.13,!=3.9.7"

[tool.poetry.group.test.dependencies]
ragstack-ai-tests-utils = { path = "../tests-utils", develop = true }
llama-index-embeddings-huggingface = "^0.1.0"
llama-index-llms-huggingface = "^0.1.0"
llama-index-embeddings-huggingface = "^0.2.2"
llama-index-llms-huggingface = "^0.2.5"
boto3 = "^1.29.6"
azure-storage-blob = "^12.19.0"
pillow = "^10.2.0"
python-dotenv = "^1.0.1"
trulens-eval = "^0.32.0"
langchainhub = "^0.1.15"
keybert = "^0.8.5"
gliner = "^0.2.5"

# Temporarily use nemoguardrails HEAD to get https://github.com/NVIDIA/NeMo-Guardrails/pull/551
# nemoguardrails = "^0.8.0"
Expand Down
6 changes: 4 additions & 2 deletions libs/e2e-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ python = ">=3.9,<3.13,!=3.9.7"

[tool.poetry.group.test.dependencies]
ragstack-ai-tests-utils = { path = "../tests-utils", develop = true }
llama-index-embeddings-huggingface = "^0.1.0"
llama-index-llms-huggingface = "^0.1.0"
llama-index-embeddings-huggingface = "^0.2.2"
llama-index-llms-huggingface = "^0.2.5"
azure-storage-blob = "^12.19.0"
pillow = "^10.2.0"
python-dotenv = "^1.0.1"
trulens-eval = "^0.32.0"
nemoguardrails = { git = "https://github.com/NVIDIA/NeMo-Guardrails.git", branch = "develop" }
langchainhub = "^0.1.15"
keybert = "^0.8.5"
gliner = "^0.2.5"

# From LangChain optional deps, needed by WebBaseLoader
beautifulsoup4 = "^4"
Expand Down
2 changes: 0 additions & 2 deletions libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ ragstack-ai-tests-utils = { path = "../tests-utils", develop = true }
ragstack-ai-colbert = { path = "../colbert", develop = true }
ragstack-ai-knowledge-store = { path = "../knowledge-store", develop = true }
pytest-asyncio = "^0.23.6"
keybert = "^0.8.5"
gliner = "^0.2.5"

[tool.pytest.ini_options]
asyncio_mode = "auto"

0 comments on commit da1b79e

Please sign in to comment.