-
Notifications
You must be signed in to change notification settings - Fork 455
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
Comments
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? |
It's still to early to adopt |
@aconchillo I'm assigning to you since you made the bump. |
I think it should be OK to move back. I'll make the changes. |
@aconchillo I overrode it with |
Numpy~=2.1.3 requirement of pipecat 0.0.52 make it impossible to be used with langchain, is this really necessary ?
The text was updated successfully, but these errors were encountered: