Skip to content

Commit

Permalink
[CoreEngine] add the requirements.txt for hello world example.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedml-alex committed Aug 14, 2023
1 parent 9e1991d commit ccab13a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/fedml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
_global_training_type = None
_global_comm_backend = None

__version__ = "0.8.8a11"
__version__ = "0.8.8a12"


def init(args=None):
Expand Down
3 changes: 3 additions & 0 deletions python/fedml/cli/scheduler/hello_world/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
numpy==1.24.2
torch==2.0.0
torchvision==0.15.1
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def finalize_options(self):

setup(
name="fedml",
version="0.8.8a11",
version="0.8.8a12",
author="FedML Team",
author_email="[email protected]",
description="A research and production integrated edge-cloud library for "
Expand Down

0 comments on commit ccab13a

Please sign in to comment.