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
Let's say I have a library foo that depends on bar and baz, and I want to replace bar and baz with my custom packages.
The current behavior doesn’t completely replace bar and baz with my custom packages; instead, it appends them to the transitively introduced bar and baz.
What is the current behavior?
Let's say I have a library
foo
that depends onbar
andbaz
, and I want to replacebar
andbaz
with my custom packages.The current behavior doesn’t completely replace
bar
andbaz
with my custom packages; instead, it appends them to the transitively introducedbar
andbaz
.Describe the feature
In the above example, I want to create a venv with
foo
, but using my custombar
andbaz
.The text was updated successfully, but these errors were encountered: