Skip to content

Commit

Permalink
Merge pull request #121 from monarch-initiative/119-make-gpt4all-opti…
Browse files Browse the repository at this point in the history
…onal

Make llm-gpt4all optional too
  • Loading branch information
caufieldjh authored Dec 2, 2024
2 parents 15e217f + c6bdb54 commit c5fded3
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 c5fded3

Please sign in to comment.