Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typer requirement warning in installing build dependencies #156

Open
mikkonie opened this issue Oct 29, 2024 · 0 comments
Open

Typer requirement warning in installing build dependencies #156

mikkonie opened this issue Oct 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mikkonie
Copy link

Describe the bug

The following warning is thrown when installing altamISA:

Collecting typer[all] (from altamisa==0.3.0)
  Downloading typer-0.12.5-py3-none-any.whl.metadata (15 kB)
WARNING: typer 0.12.5 does not provide the extra 'all'

To Reproduce

Steps to reproduce the behavior:

  1. Install altamisa==0.3.0 with pip

Expected behavior

No warnings should be displayed.

Additional context

According to this discussion, it is safe to simply omit the extras from the dependency.

@mikkonie mikkonie added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant