Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dandansamax committed Jul 24, 2024
1 parent e6c94f8 commit b5e779c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ networkx = "^3"
dill = "^0.3.8"
pydantic = "^2.6"
lxml = "^5.2.2"
openai = "^1.12.0"

# desktop actions
pillow = "^10.2.0"
Expand All @@ -46,7 +47,6 @@ termcolor = "^2.4.0"
httpx = { version = "*", optional = true }

# agent
openai = { version = "^1.12.0", optional = true }
google-generativeai = { version = "^0.5.2", optional = true }
anthropic = { version = "^0.26.0", optional = true }
groq = { version = "^0.5.0", optional = true }
Expand Down

0 comments on commit b5e779c

Please sign in to comment.