Skip to content

Commit d7f5ace

Browse files
committed
use chatlas from github
1 parent 8ec6f8f commit d7f5ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ git = ["pre-commit"]
136136
lint = ["ruff", "pyright"]
137137
test = ["rsconnect-python", "responses", "pytest", "pyjson5"]
138138
llm = [
139-
"chatlas@git+https://github.com/posit-dev/chatlas@main; python_version>='3.9'",
139+
# "chatlas@git+https://github.com/posit-dev/chatlas@main; python_version>='3.9'",
140+
"chatlas; python_version>='3.9'",
140141
"anthropic[bedrock]",
141142
"shiny",
142143
"faicons",

0 commit comments

Comments
 (0)