Skip to content

Commit

Permalink
Fixed autogen package
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Jan 18, 2025
1 parent a8b5018 commit 70d3b82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/conda-reqs-pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ sumologic-sdk>=0.1.11
splunk-sdk>=1.6.0,!=2.0.0
packaging>=24.0
requests>=2.31.0
pyautogen[retrievechat]>=0.2.28
autogen-agentchat[retrievechat]~=0.2.0
importlib-resources >= 6.4.0; python_version <= "3.8"
4 changes: 2 additions & 2 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ packaging>=24.0
pandas>=1.4.0, <3.0.0
panel>=0.14.4
passivetotal>=2.5.3
pyautogen[retrievechat]>=0.2.28
autogen-agentchat[retrievechat]~=0.2.0
pydantic>=1.8.0, <3.0.0
pygments>=2.0.0
pyjwt>=2.3.0
Expand All @@ -63,4 +63,4 @@ typing-extensions>=4.2.0
urllib3>=1.23
vt-py>=0.18.0
vt-graph-api>=2.0
requests>=2.31.0
requests>=2.31.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _combine_extras(extras: list) -> list:
"sql2kql": ["mo-sql-parsing>=8, <9.0.0"],
"riskiq": ["passivetotal>=2.5.3", "requests>=2.31.0"],
"panel": ["panel>=0.14.4"],
"aiagents": ["pyautogen[retrievechat]>=0.2.28"],
"aiagents": ["autogen-agentchat[retrievechat]~=0.2.0"],
}
extras_all = [
extra for name, extras in EXTRAS.items() for extra in extras if name != "dev"
Expand Down

0 comments on commit 70d3b82

Please sign in to comment.