huggingface[patch]: bump core dep (#31558)

This commit is contained in:
ccurme
2025-06-10 16:26:13 -04:00
committed by GitHub
parent 42eb356a44
commit 40d6d4c738
2 changed files with 19 additions and 9 deletions

View File

@@ -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",