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
- Clone the repository.
- 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.