Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ability to install with opencv-headless, remove altair dependency etc. #1515

Open
ogencoglu opened this issue May 6, 2024 · 0 comments
Open
Labels
new feature New feature ideas and solutions

Comments

@ogencoglu
Copy link

Currently plantcv requires opencv-python which comes with a lot of bloat (GUI, libGL etc) if those are not needed. Typical solution for projects that do not need that is simply using opencv-python-headless. Similarly altair and such visualization libraries are not needed for core functionalities.

It would make sense to have a separate, distilled plantcv that does not require especially full opencv install. In addition, library versions in plantcv are not fixed and might change the behaviour. I suggest those to be fixed as well in pyproject.toml.

@ogencoglu ogencoglu added the new feature New feature ideas and solutions label May 6, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
new feature New feature ideas and solutions
Projects
None yet
Development

No branches or pull requests

1 participant