Merge branch 'v0.8-release' into v0.8

This commit is contained in:
seehi 2024-03-30 16:17:29 +08:00
commit 8bb0d7aa8b
2 changed files with 4 additions and 2 deletions

View file

@ -27,7 +27,7 @@ extras_require = {
"selenium": ["selenium>4", "webdriver_manager", "beautifulsoup4"],
"search-google": ["google-api-python-client==2.94.0"],
"search-ddg": ["duckduckgo-search~=4.1.1"],
"ocr": ["paddlepaddle==2.4.2", "paddleocr>=2.0.1", "tabulate==0.9.0"],
"ocr": ["paddlepaddle==2.4.2", "paddleocr~=2.7.3", "tabulate==0.9.0"],
"rag": [
"llama-index-core==0.10.15",
"llama-index-embeddings-azure-openai==0.1.6",
@ -67,7 +67,7 @@ extras_require["dev"] = (["pylint~=3.0.3", "black~=23.3.0", "isort~=5.12.0", "pr
setup(
name="metagpt",
version="0.7.6",
version="0.8.0",
description="The Multi-Agent Framework",
long_description=long_description,
long_description_content_type="text/markdown",