From cfa6a7135900d20ba7aea12dfcbaf7d31fbe8be5 Mon Sep 17 00:00:00 2001 From: Sydney Runkle Date: Mon, 28 Apr 2025 12:24:49 -0400 Subject: [PATCH] temporarily run chroma on 3.12 for CI --- .github/scripts/check_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check_diff.py b/.github/scripts/check_diff.py index 189479b1b25..68a39f89e03 100644 --- a/.github/scripts/check_diff.py +++ b/.github/scripts/check_diff.py @@ -38,8 +38,8 @@ IGNORED_PARTNERS = [ ] PY_312_MAX_PACKAGES = [ - "libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249 "libs/partners/voyageai", + "libs/partners/chroma", # https://github.com/chroma-core/chroma/issues/4382 ]