Skip to content

Commit

Permalink
ci: fixes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abossenbroek committed Dec 27, 2024
1 parent 7189c9c commit 4907943
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,14 @@
"teachable": ["chromadb"],
"lmm": ["replicate", "pillow"],
"graph": ["networkx", "matplotlib"],
"gemini": ["google-generativeai>=0.5,<1", "google-cloud-aiplatform", "google-auth", "pillow", "pydantic", "jsonschema"],
"gemini": [
"google-generativeai>=0.5,<1",
"google-cloud-aiplatform",
"google-auth",
"pillow",
"pydantic",
"jsonschema",
],
"together": ["together>=1.2"],
"websurfer": ["beautifulsoup4", "markdownify", "pdfminer.six", "pathvalidate"],
"redis": ["redis"],
Expand Down

0 comments on commit 4907943

Please sign in to comment.