mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-18 09:01:03 +00:00
update deps for chroma to fix incompatibility with latest server release
This commit is contained in:
parent
3fb0a55122
commit
c2b6b75daa
@ -10,7 +10,7 @@ dependencies = [
|
|||||||
"langchain-core>=0.3.52",
|
"langchain-core>=0.3.52",
|
||||||
"numpy>=1.26.0; python_version < '3.13'",
|
"numpy>=1.26.0; python_version < '3.13'",
|
||||||
"numpy>=2.1.0; python_version >= '3.13'",
|
"numpy>=2.1.0; python_version >= '3.13'",
|
||||||
"chromadb!=0.5.10,!=0.5.11,!=0.5.12,!=0.5.4,!=0.5.5,!=0.5.7,!=0.5.9,<0.7.0,>=0.4.0",
|
"chromadb>=1.0",
|
||||||
]
|
]
|
||||||
name = "langchain-chroma"
|
name = "langchain-chroma"
|
||||||
version = "0.2.3"
|
version = "0.2.3"
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user