Loosen dependency requirements
This commit is contained in:
parent
691247a2e5
commit
6b0a5b3655
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@ install_requires =
|
||||||
unidecode >= 1.3.0
|
unidecode >= 1.3.0
|
||||||
multiprocess >= 0.70.0.0
|
multiprocess >= 0.70.0.0
|
||||||
tqdm >= 4.0.0
|
tqdm >= 4.0.0
|
||||||
scikit-learn >= 1.0.0
|
scikit-learn
|
||||||
matplotlib >= 3.5.0
|
matplotlib
|
||||||
numpy >= 1.22.0
|
numpy
|
||||||
syntok >= 1.4.0
|
syntok >= 1.4.0
|
||||||
langcodes[data] >= 3.3.0
|
langcodes[data] >= 3.3.0
|
||||||
langdetect >= 1.0.9
|
langdetect >= 1.0.9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue