forked from chroma-core/chroma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Lock numpy to < 2.0.0 across all reqs and pyproject.toml (chrom…
…a-core#2360) ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Numpy 2.0 has some type changes which break our code. This was flagged by @itayB in chroma-core#2352 (Thank you!). We need to extend that PR a bit to include other requirements for the thin client, as well as the pyproject.toml. - Note: We could fix these type issues but Onnxruntime does not yet support python 2.0 - which we depend on (microsoft/onnxruntime#21063) - New functionality - None ## Test plan *How are these changes tested?* - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes We may want to update our docs? I am not sure what makes sense here - input solicited.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters