Skip to content

[Bug] Missing "all" extra in pyproject.toml causes installation warning #976

@songyuc

Description

@songyuc

Description
When trying to install the package with all optional dependencies using uv pip install -e ".[all]", I receive the following warning:
warning: The package 'lmms-eval' ... does not have an extra named 'all'

Steps to reproduce

  1. Clone the repository.
  2. Run uv pip install -e ".[all]".

Expected behavior
The command should install all optional dependencies without warnings.

Suggested Fix
Add an all key to [project.optional-dependencies] in pyproject.toml that includes all other optional groups.

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