Skip to content

Fix Python and runtime dependency metadata - #1684

Draft
Thump604 wants to merge 1 commit into
ml-explore:mainfrom
Thump604:604/upstream-python-metadata
Draft

Fix Python and runtime dependency metadata#1684
Thump604 wants to merge 1 commit into
ml-explore:mainfrom
Thump604:604/upstream-python-metadata

Conversation

@Thump604

@Thump604 Thump604 commented Aug 9, 2026

Copy link
Copy Markdown

What changed

  • Set python_requires to Python 3.10 or newer.
  • Declare direct runtime imports huggingface-hub, regex, and tqdm as direct dependencies.

Root cause

The package advertised Python 3.8 while transformers>=5.7.0 requires Python 3.10. Runtime modules also relied on dependencies being installed transitively.

Validation

  • Verified metadata contains the corrected Python floor and direct dependencies.

Fixes #1692

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.

Package Python floor and direct runtime dependencies are inconsistent

1 participant