-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when multiple extras are requested separately #96
Comments
this set union handles it in most cases, but somehow we never reach the call of this |
When this pattern occurs a level deeper (so not two root dependencies like above), the set union hits and the lockfile will be correct, but the tree output is incorrect:
|
Temporarily adding |
Released 0.8.6 |
I think there's also another related issue:
pipgrip -vv --tree ray[tune]
→ Successfulpipgrip -vv --tree ray[rllib]
→ Successfulpipgrip -vv --tree ray[tune,rllib]
→ Successfulpipgrip -vv --tree ray[tune] ray[rllib]
→ FailsCommand output
Originally posted by @jdchn in #95 (comment)
The text was updated successfully, but these errors were encountered: