Skip to content

Commit

Permalink
Make llm-gpt4all optional too
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Dec 2, 2024
1 parent 1ef39d6 commit c6bdb54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jsonpath-ng = "^1.5.3"
pygithub = "^1.59.1"
jsonlines = "*"
llm = "^0.15"
llm-gpt4all = "^0.1.1"
llm-gpt4all = {version = "^0.1.1", optional = true}
gspread = "^5.10.0"
defusedxml = "^0.7.1"
click-default-group = "^1.2.4"
Expand Down Expand Up @@ -93,7 +93,8 @@ bioc = [
"bioc"
]
gpt4all = [
"gpt4all"
"gpt4all",
"llm-gpt4all"
]

[tool.poetry-dynamic-versioning]
Expand Down

0 comments on commit c6bdb54

Please sign in to comment.