Skip to content

Fix MiniMax-H3 dependency versions and Diffusers links - #37

Open
Ray0907 wants to merge 1 commit into
MiniMax-AI:mainfrom
Ray0907:fix-dependency-installation
Open

Fix MiniMax-H3 dependency versions and Diffusers links#37
Ray0907 wants to merge 1 commit into
MiniMax-AI:mainfrom
Ray0907:fix-dependency-installation

Conversation

@Ray0907

@Ray0907 Ray0907 commented Aug 11, 2026

Copy link
Copy Markdown

Summary

  • pin Diffusers to the commit that merged MiniMax-H3 support
  • raise the Transformers minimum to the first Qwen3-VL release
  • declare PyYAML, einops, and torchvision as direct dependencies
  • replace the removed minimax-h3 branch links in all localized READMEs

Why

Diffusers 0.39.0 predates MiniMax-H3 support, and the documented
minimax-h3 branch no longer exists. Qwen3-VL is also unavailable in the
currently declared Transformers minimum. A clean install can therefore miss
required model classes and directly imported packages.

Validation

  • python -m pip install --dry-run --ignore-installed --no-deps -r requirements.txt
  • verified the pinned Diffusers commit and documentation path through GitHub
  • git diff --check

Addresses #4 and the dependency/documentation concerns from #6.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@Ray0907
Ray0907 marked this pull request as ready for review August 11, 2026 06:43
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