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
2 changes: 1 addition & 1 deletion .github/wheel-constraints/nemo-platform-services.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ langchain-openai==1.4.0
langchain==1.3.14
lark==1.3.1
nemo-anonymizer==0.3.1
nemo-fabric==0.1.0
nemo-fabric==0.1.1
nemo-relay==0.6.0
nemo-safe-synthesizer==0.1.7
nemoguardrails==0.23.0
Expand Down
10 changes: 5 additions & 5 deletions packages/nemo_evaluator_sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ dependencies = [
# nemo-fabric-runtime unconditionally as of rc4, which is why the `runtime` extra it used to expose
# is gone. The harness adapters are the weight (codex ~299 MB, claude ~231 MB) and stay in the
# `fabric` extra below, so only *resolving and running* a harness pulls them.
# Floor stays at 0.1.0 so published wheels remain PyPI-resolvable; workspace uv.sources
# pins the mid-Aug main SHA (0.2.0 content) until PyPI ships 0.2.0.
"nemo-fabric>=0.1.0,<0.3.0",
# Floor 0.1.1 requires the ATIF finalization fix (NVBug 6562649 / Fabric #181).
# Workspace uv.sources may still override to a git SHA until PyPI ships 0.2.0.
"nemo-fabric>=0.1.1,<0.3.0",
]
version = "0.0.0"

Expand Down Expand Up @@ -94,8 +94,8 @@ nemo-platform = [
# * deepagents is omitted to match plugins/nemo-agents (AIRCORE-952: its adapter does not support
# the Relay observability v2 config Fabric streaming generates). Nothing here exercises it.
fabric = [
"nemo-fabric[claude,codex]>=0.1.0,<0.3.0",
"nemo-fabric-adapters-hermes>=0.1.0,<0.3.0; python_version < '3.14'",
"nemo-fabric[claude,codex]>=0.1.1,<0.3.0",
"nemo-fabric-adapters-hermes>=0.1.1,<0.3.0; python_version < '3.14'",
]

[project.entry-points."nemo.fabric.task_hooks"]
Expand Down
2 changes: 1 addition & 1 deletion packages/nemo_platform/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ nemo-evaluator-sdk = [
"langchain-openai>=1.3.5",
"langchain-nvidia-ai-endpoints>=1.4.3,<2.0.0",
"nemo-relay>=0.6.0,<0.7",
"nemo-fabric>=0.1.0,<0.3.0",
"nemo-fabric>=0.1.1,<0.3.0",
]

# Generated from [tool.bundle-package]; do not edit by hand.
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -396,13 +396,13 @@ nooa = { git = "https://github.com/NVIDIA-NeMo/labs-OO-Agents.git", rev = "6e027
# Declared dep floors stay >=0.1.0 so wheelcheck / PyPI installs of the published
# wheel still resolve (uv.sources do not apply outside this workspace).
# Remove these entries once PyPI has 0.2.0.
nemo-fabric = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "55450ffb7c16f895316c5acc91fc23b36f4427b2" }
nemo-fabric-runtime = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "55450ffb7c16f895316c5acc91fc23b36f4427b2", subdirectory = "python" }
nemo-fabric-adapters-common = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "55450ffb7c16f895316c5acc91fc23b36f4427b2", subdirectory = "adapters/common" }
nemo-fabric-adapters-claude = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "55450ffb7c16f895316c5acc91fc23b36f4427b2", subdirectory = "adapters/claude" }
nemo-fabric-adapters-codex = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "55450ffb7c16f895316c5acc91fc23b36f4427b2", subdirectory = "adapters/codex" }
nemo-fabric-adapters-deepagents = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "55450ffb7c16f895316c5acc91fc23b36f4427b2", subdirectory = "adapters/deepagents" }
nemo-fabric-adapters-hermes = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "55450ffb7c16f895316c5acc91fc23b36f4427b2", subdirectory = "adapters/hermes" }
nemo-fabric = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "e7353383024523179be6a009ef16dea223bea8c0" }
nemo-fabric-runtime = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "e7353383024523179be6a009ef16dea223bea8c0", subdirectory = "python" }
nemo-fabric-adapters-common = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "e7353383024523179be6a009ef16dea223bea8c0", subdirectory = "adapters/common" }
nemo-fabric-adapters-claude = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "e7353383024523179be6a009ef16dea223bea8c0", subdirectory = "adapters/claude" }
nemo-fabric-adapters-codex = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "e7353383024523179be6a009ef16dea223bea8c0", subdirectory = "adapters/codex" }
nemo-fabric-adapters-deepagents = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "e7353383024523179be6a009ef16dea223bea8c0", subdirectory = "adapters/deepagents" }
nemo-fabric-adapters-hermes = { git = "https://github.com/NVIDIA/NeMo-Fabric.git", rev = "e7353383024523179be6a009ef16dea223bea8c0", subdirectory = "adapters/hermes" }

nemo-evaluator-plugin = { workspace = true }
nemo-guardrails-plugin = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/nemo-platform/pyproject.toml

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

14 changes: 7 additions & 7 deletions third_party/requirements-main.txt

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

Loading
Loading