Skip to content

Commit 1be6acf

Browse files
updated dependencies
1 parent 415ce94 commit 1be6acf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pyproject.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,22 @@ name = "llm_polymath"
33
description = "An advanced chat node integrating LLMs, real-time web search, image handling, and image scraping. Supports APIs from OpenAI, Google, Anthropic, Grok, DeepSeek, and local Ollama. Includes custom node finder, smart assistant tools, and growing subnodes like text masking and concept eraser."
44
version = "1.0.0"
55
license = {file = "LICENSE"}
6-
dependencies = ["openai", "googlesearch-python", "requests", "bs4", "jax"]
6+
dependencies = [
7+
"anthropic",
8+
"bs4",
9+
"easyocr",
10+
"gallery-dl",
11+
"google",
12+
"google-genai",
13+
"googlesearch-python",
14+
"jax",
15+
"json-repair",
16+
"numpy",
17+
"ollama>=0.4.7",
18+
"openai",
19+
"Pillow",
20+
"requests"
21+
]
722

823
[project.urls]
924
Repository = "https://github.com/lum3on/comfyui_LLM_Polymath"

0 commit comments

Comments
 (0)