Skip to content

build: align uv project configuration#79

Merged
aoirint merged 3 commits into
mainfrom
build/align-uv-project-config
May 18, 2026
Merged

build: align uv project configuration#79
aoirint merged 3 commits into
mainfrom
build/align-uv-project-config

Conversation

@aoirint

@aoirint aoirint commented May 18, 2026

Copy link
Copy Markdown
Owner

Warning

This pull request was created with assistance from LLMs.

Summary

  • Align pyproject.toml with the uv project structure used in aoirint/comfyui_docker.
  • Set requires-python to ==3.10.*, disable package installation with [tool.uv] package = false, and add exclude-newer = "P7D".
  • Rename the PyTorch index to pytorch-cu118 and refresh uv.lock for the new uv options metadata.
  • Expand .gitignore with local agent worktree/reference ignores and the pinned Python.gitignore template while preserving this repository's project-specific paths.
  • Align the README Requirements section with the aoirint/comfyui_docker environment guidance.

Related Issues

Notes for reviewers

AI disclosure

Codex helped inspect the working-tree diff, exclude an accidental worktree gitlink from the PR scope, run verification, adapt the .gitignore source structure and README Requirements guidance to this repository, and draft this pull request body.

Testing

Automated checks

  • uv lock --check
  • uv sync --frozen --only-group ci
  • git diff --cached --check
  • git diff --check
  • git check-ignore -v .agents/worktrees/add-agent-guidance .agents/references/example .venv .python-version cache work base_model

Not run

  • Additional checks for the README Requirements follow-up; documentation-only update.

Co-authored-by: Codex <noreply@openai.com>
@aoirint
aoirint merged commit 45e985d into main May 18, 2026
@aoirint
aoirint deleted the build/align-uv-project-config branch May 18, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant