Skip to content

Commit

Permalink
Merge pull request #2194 from FedML-AI/alexleung/dev_branch_latest
Browse files Browse the repository at this point in the history
[CoreEngine] update the dependant libs.
  • Loading branch information
fedml-alex authored Jun 20, 2024
2 parents c47f527 + fd257b8 commit 29a397f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 29a397f

Please sign in to comment.