This repository was archived by the owner on May 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ RUN uv venv ${UV_PROJECT_ENVIRONMENT} --system-site-packages
3232# Copy dependency files
3333COPY pyproject.toml uv.lock ./
3434
35- # Install test dependencies using uv sync
36- RUN uv sync --link-mode copy --locked --group test --no-install-project
35+ # Install all dependencies using uv sync
36+ RUN uv sync --link-mode copy --locked --all-groups
Original file line number Diff line number Diff line change @@ -54,20 +54,19 @@ classifiers = [
5454 " Topic :: Software Development :: Libraries" ,
5555 " Topic :: Utilities" ,
5656]
57- dependencies = []
58-
59- [build-system ]
60- requires = [" setuptools>=61" ]
61- build-backend = " setuptools.build_meta"
62-
63- [dependency-groups ]
64- automodel = [
57+ dependencies = [
6558 " nemo-automodel @ git+https://github.com/NVIDIA-NeMo/Automodel@main" ,
6659 " diffusers" ,
6760 " ftfy" ,
6861 " imageio-ffmpeg" ,
6962 " opencv-python-headless==4.10.0.84" ,
7063]
64+
65+ [build-system ]
66+ requires = [" setuptools>=61" ]
67+ build-backend = " setuptools.build_meta"
68+
69+ [dependency-groups ]
7170docs = [
7271 " myst-parser>=4.0.1" ,
7372 " nvidia-sphinx-theme>=0.0.8" ,
You can’t perform that action at this time.
0 commit comments