-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trying again with the cymem version... -.-
- Loading branch information
Burton DeWilde
committed
Apr 11, 2016
1 parent
3edd896
commit 529b1bf
Showing
3 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cachetools | ||
cld2-cffi | ||
cymem==1.31 | ||
cymem>=1.30,<1.31 | ||
cytoolz | ||
ftfy | ||
fuzzywuzzy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,5 @@ def read_file(fname, encoding='utf-8'): | |
'scikit-learn', | ||
'spacy>=0.100.0', | ||
'unidecode', | ||
'cymem==1.31' | ||
], | ||
) |