Skip to content

Commit 19abac1

Browse files
committed
[CoreEngine] update the version and dependent libs.
1 parent 2478350 commit 19abac1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

python/fedml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
_global_training_type = None
3737
_global_comm_backend = None
3838

39-
__version__ = "0.8.31"
39+
__version__ = "0.9.0"
4040

4141

4242
# This is the deployment environment used for different roles (RD/PM/BD/Public Developers). Potential VALUE: local, dev, test, release

python/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ def finalize_options(self):
6767
# Need to pin this version due to breaking change released in python docker sdk
6868
'requests<2.32',
6969
'python-dotenv',
70+
'protobuf>=3.20.2,<4.0dev',
71+
'typer<0.10.0,>=0.3.0',
72+
'fastapi-cli==0.0.1'
7073
]
7174

7275
requirements_extra_mpi = [
@@ -123,7 +126,7 @@ def finalize_options(self):
123126

124127
setup(
125128
name="fedml",
126-
version="0.8.31",
129+
version="0.9.0",
127130
author="FedML Team",
128131
author_email="ch@fedml.ai",
129132
description="A research and production integrated edge-cloud library for "

0 commit comments

Comments
 (0)