Skip to content

Commit 5230754

Browse files
committed
Fix thinc dependncy
1 parent 411b70f commit 5230754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
"cymem>=2.0.2,<2.1.0",
66
"preshed>=3.0.2,<3.1.0",
77
"murmurhash>=0.28.0,<1.1.0",
8-
"thinc>=8.3.0,<8.4.0",
8+
"thinc>=9.1.0,<10.0.0",
99
"numpy>=2.0.0,<2.1.0; python_version < '3.9'",
1010
"numpy>=2.0.0,<2.1.0; python_version >= '3.9'",
1111
]

0 commit comments

Comments
 (0)