We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8358666 commit ee6fc3fCopy full SHA for ee6fc3f
.github/scripts/check_diff.py
@@ -32,15 +32,9 @@
32
"huggingface",
33
]
34
35
-# Cap python version at 3.12 for some packages with dependencies that are not yet
36
-# compatible with python 3.13 (mostly hf tokenizers).
37
PY_312_MAX_PACKAGES = [
38
- f"libs/partners/{integration}"
39
- for integration in [
40
- "huggingface",
41
- "nomic",
42
- "qdrant",
43
- ]
+ "libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
+ "libs/partners/qdrant",
44
45
46
0 commit comments