chroma-core / chroma

the AI-native open-source embedding database
https://www.trychroma.com/
Apache License 2.0
15.45k stars 1.3k forks source link

[ENH] Support >= numpy 2.0 #2776

Closed spikechroma closed 2 months ago

spikechroma commented 2 months ago

Description of changes

Summarize the changes made by this PR.

Test plan

How are these changes tested?

Documentation Changes

Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs repository?

github-actions[bot] commented 2 months ago

Please tag your PR title with one of: [ENH | BUG | DOC | TST | BLD | PERF | TYP | CLN | CHORE]. See https://docs.trychroma.com/contributing#contributing-code-and-ideas

github-actions[bot] commented 2 months ago

Reviewer Checklist

Please leverage this checklist to ensure your code review is thorough before approving

Testing, Bugs, Errors, Logs, Documentation

spikechroma commented 2 months ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @spikechroma and the rest of your teammates on Graphite Graphite

HammadB commented 2 months ago

Were you able to test this / confirm that onnxruntime released a supporting version to Pypi?

https://github.com/microsoft/onnxruntime/pull/21085

spikechroma commented 2 months ago

Were you able to test this / confirm that onnxruntime released a supporting version to Pypi?

microsoft/onnxruntime#21085

this is still in wip. let me test it today

spikechroma commented 2 months ago

Mac and Windows test passing for the numpy 1.26.0 and onnxruntime 1.19.2 numpy 2.1.1 and onnxruntime 1.19.2

HammadB commented 2 months ago

Closing in favor of #2811