Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update autogen dependency #11

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Update autogen dependency #11

merged 1 commit into from
Oct 30, 2024

Conversation

jackgerrits
Copy link
Member

Should not affect any usage

@chinganc
Copy link
Collaborator

Tested. Worked.

@chinganc chinganc merged commit 8cc7ecb into microsoft:main Oct 30, 2024
2 checks passed
@sameersegal
Copy link

Hi, when I did pip install trace-opt it installed autogen v0.4 instead of autogen v0.2

 - Installing autogen-agentchat (0.4.0.dev6)

Steps to reproduce:

poetry new 
poetry shell
poetry add trace-opt

or

pip install trace-opt

@chinganc chinganc self-assigned this Nov 13, 2024
@chinganc
Copy link
Collaborator

Hi @sameersegal

I wasn't able to reproduce it. I did

conda create -n test-trace python=3.9
conda activate test-trace
pip install trace-opt
pip show autogen-agentchat

and I got

Name: autogen-agentchat
Version: 0.2.38
Summary: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework
Home-page: https://github.com/microsoft/autogen
Author: AutoGen
Author-email: [email protected]
License: UNKNOWN
Location: /home/chinganc/miniconda3/envs/test-trace/lib/python3.9/site-packages
Requires: diskcache, docker, flaml, numpy, openai, packaging, pydantic, python-dotenv, termcolor, tiktoken
Required-by: trace-opt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants