Skip to content

Commit

Permalink
Update setup_autogen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze authored Dec 11, 2024
1 parent ec46656 commit c4d3d82
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions setup_autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,37 @@
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=["pyautogen==" + __version__],
extras_require={
"test": ["pyautogen[test]==" + __version__],
"blendsearch": ["pyautogen[blendsearch]==" + __version__],
"mathchat": ["pyautogen[mathchat]==" + __version__],
"retrievechat": ["pyautogen[retrievechat]==" + __version__],
"retrievechat-pgvector": ["pyautogen[retrievechat-pgvector]==" + __version__],
"retrievechat-mongodb": ["pyautogen[retrievechat-mongodb]==" + __version__],
"retrievechat-qdrant": ["pyautogen[retrievechat-qdrant]==" + __version__],
"graph-rag-falkor-db": ["pyautogen[graph-rag-falkor-db]==" + __version__],
"autobuild": ["pyautogen[autobuild]==" + __version__],
"captainagent": ["pyautogen[captainagent]==" + __version__],
"teachable": ["pyautogen[teachable]==" + __version__],
"lmm": ["pyautogen[lmm]==" + __version__],
"graph": ["pyautogen[graph]==" + __version__],
"gemini": ["pyautogen[gemini]==" + __version__],
"together": ["pyautogen[together]==" + __version__],
"websurfer": ["pyautogen[websurfer]==" + __version__],
"redis": ["pyautogen[redis]==" + __version__],
"cosmosdb": ["pyautogen[cosmosdb]==" + __version__],
"websockets": ["pyautogen[websockets]==" + __version__],
"jupyter-executor": ["pyautogen[jupyter-executor]==" + __version__],
"types": ["pyautogen[types]==" + __version__],
"long-context": ["pyautogen[long-context]==" + __version__],
"anthropic": ["pyautogen[anthropic]==" + __version__],
"cerebras": ["pyautogen[cerebras]==" + __version__],
"mistral": ["pyautogen[mistral]==" + __version__],
"groq": ["pyautogen[groq]==" + __version__],
"cohere": ["pyautogen[cohere]==" + __version__],
"ollama": ["pyautogen[ollama]==" + __version__],
"bedrock": ["pyautogen[bedrock]==" + __version__],
},
url="https://github.com/ag2ai/ag2",
author="Chi Wang & Qingyun Wu",
author_email="[email protected]",
Expand Down

0 comments on commit c4d3d82

Please sign in to comment.