We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdef18 commit 0035169Copy full SHA for 0035169
1 file changed
integrations/hanlp/pyproject.toml
@@ -24,7 +24,11 @@ classifiers = [
24
]
25
dependencies = [
26
"haystack-ai>=2.22.0",
27
- "hanlp>=2.1.1"
+ "hanlp>=2.1.1",
28
+ # the following pins can be removed once HanLP supports transformers 5
29
+ "transformers>=4.1.1,<5",
30
+ # tokenizers is a dependency of transformers. The following version is the first one which supports Python 3.13.
31
+ "tokenizers>=0.20.2",
32
33
34
[project.urls]
0 commit comments