diff --git a/studio/backend/requirements/no-torch-runtime.txt b/studio/backend/requirements/no-torch-runtime.txt index 3adbef9cb3..79a69f67d2 100644 --- a/studio/backend/requirements/no-torch-runtime.txt +++ b/studio/backend/requirements/no-torch-runtime.txt @@ -23,6 +23,12 @@ markdown-it-py>=3.0 mdurl>=0.1 pygments>=2.0 pydantic +# pydantic 2.x's compiled core lives in a SEPARATE wheel and is NOT +# bundled with the pydantic wheel itself. With --no-deps, `import +# pydantic` blows up with `ModuleNotFoundError: No module named +# 'pydantic_core'` on a fresh venv. +pydantic-core +annotated-types>=0.6 pyyaml nest-asyncio