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
Specify dependencies as lower bounds
afaligner is a library so it should not pin its dependencies.
Otherwise, it may be impossible for pip to satisfy the dependencies.
Dependency pinning should be done in the end-user applications.