-
Notifications
You must be signed in to change notification settings - Fork 16k
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
community[patch]: support numpy2 #28184
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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.
Thank you for this!
# community extended test resolution in 3.12 is slow | ||
# even in uv |
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.
@efriis FYI removing this cap because dependency resolution appears to go reasonably fast in 3.12 now.
@@ -55,7 +55,6 @@ openai<2 | |||
openapi-pydantic>=0.3.2,<0.4 | |||
oracle-ads>=2.9.1,<3 | |||
oracledb>=2.2.0,<3 | |||
outlines[test]>=0.1.0,<0.2 |
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.
Verified that we don't lose any coverage with this as we're not decorating any tests with @pytest.mark.requires
for outlines.
Extended tests run before removal: https://github.com/langchain-ai/langchain/actions/runs/12053796858/job/33610328589
After removal: https://github.com/langchain-ai/langchain/actions/runs/12053978122/job/33610948323?pr=28184
Hi. Thank you for making such a change. Can I ask you to make a new release of langchain-community with this change? |
Released in langchain-community 0.3.9 today. |
Follows on from #27991, updates the langchain-community package to support numpy 2 versions