nomic[patch]: run python 3.13 in CI (#28393)

This commit is contained in:
ccurme
2024-11-27 12:08:15 -05:00
committed by GitHub
parent 83586661d6
commit ee6fc3f3f6
2 changed files with 256 additions and 247 deletions

View File

@@ -32,15 +32,9 @@ IGNORED_PARTNERS = [
"huggingface",
]
# Cap python version at 3.12 for some packages with dependencies that are not yet
# compatible with python 3.13 (mostly hf tokenizers).
PY_312_MAX_PACKAGES = [
f"libs/partners/{integration}"
for integration in [
"huggingface",
"nomic",
"qdrant",
]
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
"libs/partners/qdrant",
]