Skip to content

Commit 00fbfc7

Browse files
committed
[synopsys][onkkul] Fixed pre-commits
Signed-off-by: Onkar Kulkarni <[email protected]>
1 parent 435ed34 commit 00fbfc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/frameworks/nat_autogen_demo/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ root = "../../.."
1010
name = "nat_autogen_demo"
1111
dynamic = ["version"]
1212
dependencies = [
13+
"autogen-agentchat~=0.7",
14+
"autogen-core~=0.7",
15+
"autogen-ext~=0.7",
1316
"nvidia-nat[autogen]~=1.4",
14-
"autogen-core~=0.7.0",
15-
"autogen-agentchat~=0.7.0",
16-
"autogen-ext~=0.7.0",
1717
]
1818
requires-python = ">=3.11,<3.14"
1919
description = "AutoGen Workflow Example"

packages/nvidia_nat_autogen/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
# version when adding a new package. If unsure, default to using `~=` instead of `==`. Does not apply to nvidia-nat packages.
2222
# Keep sorted!!!
2323
"autogen-agentchat~=0.7",
24-
"autogen-core~=0.7.",
24+
"autogen-core~=0.7",
2525
"autogen-ext~=0.7",
2626
"docker~=7.1",
2727
"nvidia-nat~=1.4",

0 commit comments

Comments
 (0)