uv doesn't automatically downgrade python version if it conflicts with pyproject.toml

This commit is contained in:
Chester Curme
2025-02-05 10:47:06 -05:00
parent 33e1e28dd7
commit 76ebfe6bce

View File

@@ -39,6 +39,8 @@ IGNORED_PARTNERS = [
PY_312_MAX_PACKAGES = [
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
"libs/partners/pinecone",
"libs/partners/voyageai",
]