Skip to content

Commit

Permalink
Update AGS, Remove Numpy Dep (#5648)
Browse files Browse the repository at this point in the history
<!-- Thank you for your contribution! Please review
https://microsoft.github.io/autogen/docs/Contribute before opening a
pull request. -->

Update AGS, Remove Numpy Dep

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

## Why are these changes needed?

<!-- Please give a short summary of the change and the problem this
solves. -->

## Related issue number

<!-- For example: "Closes #1234" -->

Closes #5639

## Checks

- [ ] I've included any doc changes needed for
https://microsoft.github.io/autogen/. See
https://microsoft.github.io/autogen/docs/Contribute#documentation to
build and test documentation locally.
- [ ] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [ ] I've made sure all auto checks have passed.
  • Loading branch information
victordibia authored Feb 21, 2025
1 parent 3a239c5 commit 45c6d13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const FullLogView = ({
<div className="flex justify-between mb-2">
<span className="text-xs font-medium uppercase text-secondary">
{(msg.name && `${msg.name}`) || msg.role}{" "}
{Array.isArray(msg.content) + " array "}
</span>
</div>
{Array.isArray(msg.content) ? (
Expand Down
3 changes: 1 addition & 2 deletions python/packages/autogen-studio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ dependencies = [
"typer",
"aiofiles",
"python-dotenv",
"websockets",
"numpy < 2.0.0",
"websockets",
"sqlmodel",
"psycopg",
"alembic",
Expand Down
12 changes: 10 additions & 2 deletions python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45c6d13

Please sign in to comment.