Skip to content

Commit

Permalink
Merge pull request #47 from monarch-initiative/dragon-ai-workflows
Browse files Browse the repository at this point in the history
dragon-ai workflows
  • Loading branch information
cmungall authored Aug 3, 2024
2 parents 897ec5a + b5d6866 commit a659d9c
Show file tree
Hide file tree
Showing 11 changed files with 1,587 additions and 1,595 deletions.
2,502 changes: 1,166 additions & 1,336 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ textract = "1.5.0"
jsonpath-ng = "^1.5.3"
pygithub = "^1.59.1"
jsonlines = "*"
llm = "^0.14"
llm = "^0.15"
llm-gpt4all = "^0.1.1"
gspread = "^5.10.0"
defusedxml = "^0.7.1"
click-default-group = "^1.2.4"
venomx = "^0.1.1"
duckdb = "^1.0.0"
python-dotenv = "^1.0.1"
protobuf = "3.20.0"

[tool.poetry.dev-dependencies]
pytest = ">=7.1.2"
Expand All @@ -75,6 +76,7 @@ myst-parser = {version = ">=0.18.1"}

[tool.poetry.scripts]
curategpt = "curate_gpt.cli:main"
gocampr = "curate_gpt.adhoc.gocam_predictor:main"

[tool.poetry.extras]
docs = [
Expand Down
Loading

0 comments on commit a659d9c

Please sign in to comment.