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
I have a LOT of new things that fail with pip >= 20.3. Most particularly:
having dependencies with >= or <= or * now install every available version that matches the text. e.g. having Django==2.2.* installs every patched version of django 2.2
dependency conflicts that previously succeeded like us==1.0.0 jellyfish==0.6.1 now fail
After moving to pip >= 20.3 we are not able to install our requirements which installs just find with pip < 20.3
To reproduce:
The text was updated successfully, but these errors were encountered: