Improve parallel map
This commit is contained in:
parent
7f3d89fb94
commit
9b4da9328e
9 changed files with 280 additions and 62 deletions
|
|
@ -20,12 +20,11 @@ packages = find:
|
|||
include_package_data = True
|
||||
python_requires = >=3.8
|
||||
install_requires =
|
||||
unidecode >= 1.3.0
|
||||
multiprocess >= 0.70.0.0
|
||||
tqdm >= 4.0.0
|
||||
scikit-learn
|
||||
matplotlib
|
||||
numpy
|
||||
tqdm >= 4.0.0
|
||||
unidecode >= 1.3.0
|
||||
syntok >= 1.4.0
|
||||
langcodes[data] >= 3.3.0
|
||||
langdetect >= 1.0.9
|
||||
|
|
@ -40,7 +39,8 @@ install_requires =
|
|||
uvicorn[standard] >= 0.18.0
|
||||
watchdog >= 2.1.0
|
||||
pymongo >= 3.0.0
|
||||
aiohttp >= 3.8.0
|
||||
dill >= 0.3.5.0
|
||||
aiohttp[speedups] >= 3.8.0
|
||||
|
||||
[options.package_data]
|
||||
* = *.conf, *.css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue