mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
nomic[patch]: run python 3.13 in CI (#28393)
This commit is contained in:
10
.github/scripts/check_diff.py
vendored
10
.github/scripts/check_diff.py
vendored
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user