Skip to content
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

How to handle transient dependencies #18

Open
m-kuhn opened this issue Oct 2, 2024 · 0 comments
Open

How to handle transient dependencies #18

m-kuhn opened this issue Oct 2, 2024 · 0 comments

Comments

@m-kuhn
Copy link
Member

m-kuhn commented Oct 2, 2024

At the moment PIP will install all dependencies of packages that it is installing. This is of course a useful feature, but leads to duplication if some of the dependencies are already installed (e.g. a package relying on numpy, matplotlib etc. that are probably already installed in the environment). How about only installing the specific dependencies specified in the plugin requirements.txt, without sub-dependencies (not a perfect solution....).

Originally posted by @angusmcb in #14 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant