Skip to content

Update dependencies#108

Merged
Ki-Seki merged 1 commit into
mainfrom
build/deps-up
Apr 27, 2026
Merged

Update dependencies#108
Ki-Seki merged 1 commit into
mainfrom
build/deps-up

Conversation

@Ki-Seki
Copy link
Copy Markdown
Member

@Ki-Seki Ki-Seki commented Apr 27, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 27, 2026 07:30
@Ki-Seki Ki-Seki merged commit 6ebee5f into main Apr 27, 2026
5 checks passed
@Ki-Seki Ki-Seki deleted the build/deps-up branch April 27, 2026 07:30
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

Updates the project’s minimum required version of vllm to a newer release.

Changes:

  • Bump vllm dependency constraint from >=0.18.1 to >=0.19.

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

Comment thread pyproject.toml
"datasets>=4.4.1",
"gimkit>=0.1.1",
"vllm>=0.18.1",
"vllm>=0.19",
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

For consistency with the other dependency specifiers in this file (which use fully-qualified versions like x.y.z), consider using an explicit patch version here as well (e.g., >=0.19.0 or the specific minimum you validated). >=0.19 is valid per PEP 440 but is less precise/readable than the surrounding entries.

Suggested change
"vllm>=0.19",
"vllm>=0.19.0",

Copilot uses AI. Check for mistakes.
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