Skip to content

Commit

Permalink
Add tiktoken as a dependency in pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Forngren <[email protected]>
  • Loading branch information
JohanForngren committed Jan 11, 2025
1 parent 115fefa commit fbfdc9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/packages/autogen-studio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ dependencies = [
"pyyaml",
"autogen-core==0.4.0",
"autogen-agentchat==0.4.0",
"autogen-ext[magentic-one]==0.4.0"
"autogen-ext[magentic-one]==0.4.0",
"tiktoken"
]
optional-dependencies = {web = ["fastapi", "uvicorn"], database = ["psycopg"]}

Expand Down

0 comments on commit fbfdc9f

Please sign in to comment.