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

Please reduce the required version of numpy to <2 #913

Open
phamtrung0633 opened this issue Dec 26, 2024 · 5 comments
Open

Please reduce the required version of numpy to <2 #913

phamtrung0633 opened this issue Dec 26, 2024 · 5 comments
Assignees

Comments

@phamtrung0633
Copy link

Numpy~=2.1.3 requirement of pipecat 0.0.52 make it impossible to be used with langchain, is this really necessary ?

@markbackman
Copy link
Contributor

Langchain missing numpy 2+ support is an open issue on the langchain repo: langchain-ai/langchain#26026.

Langchain on python 3.13 supports numpy 2+. I just tested this using foundational example 07b-interruptible-langchain.py and had no package issues. The example ran as expected. Does this work for you?

@ms1design
Copy link

It's still to early to adopt numpy 2+ as on other platforms like arm the adoption move slower that on x86. This makes pipecat-ai less friendly to devlopers.

@markbackman
Copy link
Contributor

@aconchillo I'm assigning to you since you made the bump.

@aconchillo
Copy link
Contributor

I think it should be OK to move back. I'll make the changes.

@ms1design
Copy link

ms1design commented Jan 15, 2025

@aconchillo I overrode it with numpy<2, and everything works as expected. Thanks for considering this! 😉

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

5 participants