fix(ci): constrain NeMo Skills evaluator dependencies (#34322)
This commit is contained in:
@@ -212,6 +212,8 @@ def _get_nemo_venv() -> Tuple[str, dict]:
|
||||
"--python",
|
||||
f"{_nemo_venv_dir}/venv/bin/python",
|
||||
f"git+https://github.com/NVIDIA/NeMo-Skills.git@{nemo_skills_ref}",
|
||||
"mcp<2",
|
||||
"typer<0.27",
|
||||
],
|
||||
capture_output=True,
|
||||
text=True,
|
||||
|
||||
Reference in New Issue
Block a user