Skip to content

Commit 26a12ea

Browse files
committed
fix: cap thinc to solve binary compatibility issues
1 parent e58bf26 commit 26a12ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies = [
1414
"pysimstring>=1.2.1",
1515
"regex",
1616
"spacy>=3.2,<3.8",
17+
"thinc<8.2.5", # we don't need thinc but spacy depdends on it 8.2.5 cause binary issues
1718
"confit>=0.7.3",
1819
"tqdm",
1920
"umls-downloader>=0.1.1",

0 commit comments

Comments
 (0)