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
As in the title, ==0.1.* doesn't match the version 0.1+upstream.2. I discovered this as a result of specifying a requirement ~=0.1.0, and getting 0.1 instead of 0.1+upstream.2. I can produce a reproducing example if necessary.
As in the title,
==0.1.*doesn't match the version0.1+upstream.2. I discovered this as a result of specifying a requirement~=0.1.0, and getting0.1instead of0.1+upstream.2. I can produce a reproducing example if necessary.