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
Pip resolves package-name and package_name to the same dependency. However, the unsafe package specifier doesn't take this into account on the latest released version.
Example: pip-compile --unsafe-package opencv_python --no-allow-unsafe still installs opencv-python in the final output.