Skip to content

Update dependencies and author email in setup.py#41

Merged
suzukimain merged 3 commits intomasterfrom
update-v5
Dec 16, 2025
Merged

Update dependencies and author email in setup.py#41
suzukimain merged 3 commits intomasterfrom
update-v5

Conversation

@suzukimain
Copy link
Copy Markdown
Owner

Update the diffusers dependency version and change the author email in setup.py.

Copilot AI review requested due to automatic review settings December 16, 2025 04:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the diffusers dependency from version 0.32.0 to 0.36.0 and changes the author email in setup.py. Additionally, the PR simplifies the dependency management by removing unused imports and helper functions that are no longer necessary since dependencies are now used directly from the _deps list.

Key Changes

  • Updated diffusers minimum version from 0.32.0 to 0.36.0
  • Changed author email from subarucosmosmain@gmail.com to gt13579552@gmail.com
  • Removed unnecessary code (imports os and re, deps dictionary, and deps_list() function) that was previously used for dependency parsing

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread setup.py
@@ -1,21 +1,12 @@
import os
import re
import sys
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description mentions updating the diffusers dependency version and changing the author email, but doesn't mention the removal of unused imports (os, re) and helper functions (deps_list, deps dictionary). While these removals are beneficial simplifications since the dependencies are now used directly via the _deps list, the PR description should be updated to reflect all changes made.

Copilot uses AI. Check for mistakes.
@suzukimain suzukimain merged commit 6b99872 into master Dec 16, 2025
3 checks passed
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.

2 participants