Skip to content

vllm and vllm20 dependency resolving issues #12

@yairallouche

Description

@yairallouche

If using uv, trying to do a uv sync will cause problems, as uv tries to resolve across all optional dependencies, which will hit issues as one can't require both vllm 0.19 and vllm 0.20.

A simple fix is to mark the conflicts in the pyproject.toml by adding [tool.uv] conflicts entries and a dev-vllm20 extra.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions