nit: Remove busy waiting on scheduler (#2382)

This commit is contained in:
SangBin Cho
2024-12-08 01:06:15 -08:00
committed by GitHub
parent 63dfab1bea
commit 1f09e84b9a
4 changed files with 19 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
]
dependencies = ["requests", "tqdm", "numpy", "IPython"]
dependencies = ["requests", "tqdm", "numpy", "IPython", "setproctitle"]
[project.optional-dependencies]
runtime_common = ["aiohttp", "decord", "fastapi",