From fd257b801430d789225b93afff46d514f99c6654 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Jun 2024 19:28:24 +0800 Subject: [PATCH] [CoreEngine] update the dependant libs. --- python/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index d2d944127..f8c323d63 100644 --- a/python/setup.py +++ b/python/setup.py @@ -69,7 +69,8 @@ def finalize_options(self): 'python-dotenv', 'protobuf>=3.20.2,<4.0dev', 'typer<0.10.0,>=0.3.0', - 'fastapi-cli==0.0.1' + 'fastapi-cli==0.0.1', + 'setproctitle' ] requirements_extra_mpi = [