We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac12b3 commit f89e30eCopy full SHA for f89e30e
libs/partners/huggingface/pyproject.toml
@@ -25,7 +25,7 @@ requires-python = ">=3.10.0,<4.0.0"
25
dependencies = [
26
"langchain-core>=1.2.0,<2.0.0",
27
"tokenizers>=0.19.1,<1.0.0",
28
- "huggingface-hub>=0.33.4,<1.0.0",
+ "huggingface-hub>=0.33.4,<2.0.0",
29
]
30
31
[project.urls]
@@ -40,7 +40,7 @@ Reddit = "https://www.reddit.com/r/LangChain/"
40
41
[project.optional-dependencies]
42
full = [
43
- "transformers>=4.39.0,<5.0.0",
+ "transformers>=4.39.0,<6.0.0",
44
"sentence-transformers>=2.6.0,<3.0.0",
45
46
@@ -53,7 +53,7 @@ test = [
53
"scipy>=1.0.0,<2.0.0; python_version < \"3.12\"",
54
"scipy>=1.7.0,<2.0.0; python_version >= \"3.12\" and python_version < \"3.13\"",
55
"scipy>=1.14.1,<2.0.0; python_version >= \"3.13\"",
56
57
58
"langchain-core",
59
"langchain-tests",
libs/partners/huggingface/uv.lock
0 commit comments