mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-16 08:06:14 +00:00
Apply patch [skip ci]
This commit is contained in:
parent
89057a38eb
commit
6bae15d96e
@ -24,7 +24,6 @@ repository = "https://github.com/langchain-ai/langchain"
|
|||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
full = [
|
full = [
|
||||||
"transformers>=4.39.0",
|
"transformers>=4.39.0",
|
||||||
"sentence-transformers>=2.6.0",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
@ -130,3 +129,4 @@ asyncio_mode = "auto"
|
|||||||
"S101", # Tests need assertions
|
"S101", # Tests need assertions
|
||||||
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
|
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user