Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions packages/nemo_platform/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,20 +289,20 @@ models-service = [

# Generated from [tool.bundle-package]; do not edit by hand.
nemo-agents-example-calculator = [
"nvidia-nat-core>=1.7.0rc3,<1.8",
"nvidia-nat-core>=1.7.0,<1.8",
]

# Generated from [tool.bundle-package]; do not edit by hand.
nemo-agents-plugin = [
"nemo-platform-plugin",
"nmp-common",
"nemo-agents-example-calculator",
"nvidia-nat-core>=1.7.0rc3,<1.8",
"nvidia-nat-atif>=1.7.0rc3,<1.8",
"nvidia-nat-opentelemetry>=1.7.0rc3,<1.8",
"nvidia-nat-langchain>=1.7.0rc3,<1.8",
"nvidia-nat-eval>=1.7.0rc3,<1.8",
"nvidia-nat-config-optimizer>=1.7.0rc3,<1.8",
"nvidia-nat-core>=1.7.0,<1.8",
"nvidia-nat-atif>=1.7.0,<1.8",
"nvidia-nat-opentelemetry>=1.7.0,<1.8",
"nvidia-nat-langchain>=1.7.0,<1.8",
"nvidia-nat-eval>=1.7.0,<1.8",
"nvidia-nat-config-optimizer>=1.7.0,<1.8",
"httpx>=0.27",
"pyyaml>=6.0",
"anthropic>=0.88.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
description = "NAT ``calculator`` function group for the nemo-agents calculator ReAct example."
requires-python = ">=3.11"
dependencies = [
"nvidia-nat-core>=1.7.0rc3,<1.8",
"nvidia-nat-core>=1.7.0,<1.8",
]

[project.entry-points."nat.components"]
Expand Down
12 changes: 6 additions & 6 deletions plugins/nemo-agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dependencies = [
"nemo-platform-plugin",
"nmp-common",
"nemo-agents-example-calculator",
"nvidia-nat-core>=1.7.0rc3,<1.8",
"nvidia-nat-atif>=1.7.0rc3,<1.8",
"nvidia-nat-opentelemetry>=1.7.0rc3,<1.8",
"nvidia-nat-langchain>=1.7.0rc3,<1.8",
"nvidia-nat-eval>=1.7.0rc3,<1.8",
"nvidia-nat-config-optimizer>=1.7.0rc3,<1.8",
"nvidia-nat-core>=1.7.0,<1.8",
"nvidia-nat-atif>=1.7.0,<1.8",
"nvidia-nat-opentelemetry>=1.7.0,<1.8",
"nvidia-nat-langchain>=1.7.0,<1.8",
"nvidia-nat-eval>=1.7.0,<1.8",
"nvidia-nat-config-optimizer>=1.7.0,<1.8",
"httpx>=0.27",
"pyyaml>=6.0",
# improvement/ subpackage — agent-improvement workflow (POC).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dev = [
"nmp-testing",
"mlflow-skinny", # Optional dep for fine-tuning (shipped in training images); skinny variant to test API surface without bloating uv.lock
"nemo-platform-plugin", # Optional runtime dep; included here for type checking
"nvidia-nat-atif>=1.7.0rc3,<1.8", # ATIF schema models for agentic-use trajectory validation
"nvidia-nat-atif>=1.7.0,<1.8", # ATIF schema models for agentic-use trajectory validation
"nemo-platform-sdk-tools", # Include SDK/license tool migration target for testing
"nmp-build-tools", # Build hook helpers imported by package-local hatch_build.py files
"nmp-dev-mcp", # Include MCP dev tools
Expand Down
Loading
Loading