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 23, 2024
1 parent b5e7006 commit 81ab628
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 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
2 changes: 2 additions & 0 deletions libs/e2e-tests/pyproject.ragstack-ai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ 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 81ab628

Please sign in to comment.