Skip to content

Commit

Permalink
fix: cap thinc to solve binary compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Dec 13, 2024
1 parent e58bf26 commit 97ed11f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies = [
"pysimstring>=1.2.1",
"regex",
"spacy>=3.2,<3.8",
"thinc<8.2.5", # we don't need thinc but spacy depdends on it 8.2.5 cause binary issues
"confit>=0.7.3",
"tqdm",
"umls-downloader>=0.1.1",
Expand Down

0 comments on commit 97ed11f

Please sign in to comment.