You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
The following warning is thrown when installing altamISA:
To Reproduce
Steps to reproduce the behavior:
altamisa==0.3.0
with pipExpected behavior
No warnings should be displayed.
Additional context
According to this discussion, it is safe to simply omit the extras from the dependency.
The text was updated successfully, but these errors were encountered: