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
Expected: There is one root 'jc'. Actual: There are two roots 'cffi' and 'jc'.
'cffi' comes from this resolution: cffi==1.17.1 ; implementation_name == 'pypy' and it will be in its right spot in the tree if we run uv tree --universal
## Summary
We were including dependencies that were only included by a dependency
that isn't relevant on the current platform (i.e., we were enforcing the
"current environment" at one level, but not transitively).
Closes#8516.
new uv tree features are looking good. Here's one change from before that could maybe be a bug.
Expected: There is one root 'jc'. Actual: There are two roots 'cffi' and 'jc'.
'cffi' comes from this resolution:
cffi==1.17.1 ; implementation_name == 'pypy'
and it will be in its right spot in the tree if we runuv tree --universal
The text was updated successfully, but these errors were encountered: