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

Make certain requirements optional for pypi langflow installation #3827

Open
hakan-77 opened this issue Sep 17, 2024 · 0 comments
Open

Make certain requirements optional for pypi langflow installation #3827

hakan-77 opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hakan-77
Copy link

Feature Request

Pip install langflow became very fragile since there are MANY 3rd party packages installed, making resolving packages very hard.

E.g. current crewai[tools] is causing such issue and failing langflow installation. I'm aware that there is a PR updating crewai version, but still, it would be great if crewai and several others could be bundled into different groups and selectively installed.

pip install langflow[all] could install like the current, the entire thing, and pip install langflow would install core components only etc.

Motivation

I have to manually pin, starting with crewai down to chomadb, versions to help pypi resolve conflicts. This is not manageable at all.

Your Contribution

No response

@hakan-77 hakan-77 added the enhancement New feature or request label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant