Skip to content

Commit 50b5a15

Browse files
authored
Use nemoguardrails HEAD for ragstack-ai e2e tests (#496)
1 parent 8c65ccc commit 50b5a15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libs/e2e-tests/pyproject.ragstack-ai.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ azure-storage-blob = "^12.19.0"
1919
pillow = "^10.2.0"
2020
python-dotenv = "^1.0.1"
2121
trulens-eval = "^0.31.0"
22-
nemoguardrails = "^0.8.0"
2322
langchainhub = "^0.1.15"
2423

24+
# Temporarily use nemoguardrails HEAD to get https://github.com/NVIDIA/NeMo-Guardrails/pull/551
25+
# nemoguardrails = "^0.8.0"
26+
nemoguardrails = { git = "https://github.com/NVIDIA/NeMo-Guardrails.git", branch = "develop" }
27+
2528
# From LangChain optional deps, needed by WebBaseLoader
2629
beautifulsoup4 = "^4"
2730

0 commit comments

Comments
 (0)