-
Notifications
You must be signed in to change notification settings - Fork 103
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
aws[patch]: Remove numpy dependency (previously patch to support numpy2) #282
Conversation
@ghinch Are there any implications of allowing v2? What would be the default numpy version installed with this change? |
Thanks for following up @3coins This PR follows on from the update to I have also opened similar PRs for I am not aware of any changes in the 2.x.x versions of |
@ghinch |
Thanks @3coins, makes sense. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Adds back numpy as dependency which was removed in #282. This is causing release errors, due to dependency of numpy in the Bedrock embeddings.
Increasing version of numpy to include 2.x.x for the langchain-aws package. Fixes #147