mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 07:09:31 +00:00
ci: temporarily run chroma on 3.12 for CI (#31056)
Waiting on a fix for https://github.com/chroma-core/chroma/issues/4382
This commit is contained in:
parent
ff1602f0fd
commit
d614842d23
2
.github/scripts/check_diff.py
vendored
2
.github/scripts/check_diff.py
vendored
@ -38,8 +38,8 @@ IGNORED_PARTNERS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
PY_312_MAX_PACKAGES = [
|
PY_312_MAX_PACKAGES = [
|
||||||
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
|
|
||||||
"libs/partners/voyageai",
|
"libs/partners/voyageai",
|
||||||
|
"libs/partners/chroma", # https://github.com/chroma-core/chroma/issues/4382
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
name = "langchain-chroma"
|
name = "langchain-chroma"
|
||||||
version = "0.2.3"
|
version = "0.2.3"
|
||||||
description = "An integration package connecting Chroma and LangChain"
|
description = "An integration package connecting Chroma and LangChain."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
@ -15,7 +15,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
name = "langchain-huggingface"
|
name = "langchain-huggingface"
|
||||||
version = "0.1.2"
|
version = "0.1.2"
|
||||||
description = "An integration package connecting Hugging Face and LangChain"
|
description = "An integration package connecting Hugging Face and LangChain."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
Loading…
Reference in New Issue
Block a user