Improve parallel map

This commit is contained in:
Andras Schmelczer 2022-06-28 18:27:07 +02:00
parent cab34de326
commit d9e862af6b
9 changed files with 280 additions and 62 deletions

View file

@ -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