mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
huggingface[patch]: bump core dep (#31558)
This commit is contained in:
@@ -7,7 +7,7 @@ authors = []
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"langchain-core<1.0.0,>=0.3.59",
|
||||
"langchain-core<1.0.0,>=0.3.65",
|
||||
"tokenizers>=0.19.1",
|
||||
"huggingface-hub>=0.30.2",
|
||||
]
|
||||
@@ -35,6 +35,8 @@ test = [
|
||||
"pytest-socket<1.0.0,>=0.7.0",
|
||||
"scipy<2,>=1; python_version < \"3.12\"",
|
||||
"scipy<2.0.0,>=1.7.0; python_version >= \"3.12\"",
|
||||
"transformers>=4.39.0",
|
||||
"sentence-transformers>=2.6.0",
|
||||
"langchain-core",
|
||||
"langchain-tests",
|
||||
"langchain-community",
|
||||
|
||||
Reference in New Issue
Block a user