Skip to content

Commit

Permalink
feat: Fixed indexerror for emojis in tokens models
Browse files Browse the repository at this point in the history
fixes: IndexError when emojis in input #82
  • Loading branch information
KennethEnevoldsen committed Jan 30, 2023
1 parent 057a47d commit 4c6a64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ keywords = [
]

dependencies = [
"spacy_transformers>=1.1.8,<1.2.0",
"spacy_transformers>=1.2.1,<1.3.0",
"spacy>=3.2.1,<3.5.0",
"thinc>=8.0.13,<8.2.0",
]
Expand Down

0 comments on commit 4c6a64a

Please sign in to comment.