Skip to content

Commit d064748

Browse files
committed
Remove tritonclient from type-checking (should this be deprecated?
1 parent d929143 commit d064748

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ include = [
161161
"tests/test_callbacks.py",
162162
]
163163

164+
# tritonclient is only supported for Python <= 3.8, imports fail pyright-checking
165+
exclude = [
166+
"nemoguardrails/llm/providers/trtllm/**"
167+
]
168+
164169
[tool.poetry.group.docs]
165170
optional = true
166171

0 commit comments

Comments
 (0)