-
Notifications
You must be signed in to change notification settings - Fork 19k
Clean up numpy
dependencies and speed up 3.13 CI with numpy>=2.1.0
#30714
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
numpy >= 2.1.0
for Python 3.13numpy >= 2.1.0
for Python 3.13
Also, remove unnecessary numpy testing deps, ensuring min version isn't bumped for chroma.
75ce6c3
to
4dad661
Compare
numpy >= 2.1.0
for Python 3.13numpy
dependencies and speed up 3.13 CI with numpy >=2.1.0
6d43e60
to
4bc21f2
Compare
numpy
dependencies and speed up 3.13 CI with numpy >=2.1.0
numpy
dependencies and speed up 3.13 CI with numpy>=2.1.0
Hi @sydney-runkle,
as this PR fixes this issue but this version is not yet available on pypi |
Hi! We should be releasing shortly! |
Should be fixed in |
Hi sydney-runkle, the issue is fixed now. Thanks . |
Generally, this PR is CI performance focused + aims to clean up some dependencies at the same time.
numpy
in allpyproject.toml
files wherenumpy
is specifiednumpy >= 2.1.0
for Python 3.13 andnumpy > v1.26.0
for Python 3.12, plus anumpy
min version bump forchroma
numpy < 2.1.0
was taking ~3 minutes, now the entire env setup takes a few secondsnumpy
test dependency from partners where that was not used, specificallyhuggingface
,voyageai
,xai
, andnomic
.It's a bit unfortunate that
langchain-community
depends onnumpy
, we might want to try to fix that in the future...Closes #26026
Fixes #30555