Skip to content

Commit

Permalink
update fedn
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Apr 18, 2024
1 parent ea7a2d7 commit 13657cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/flower-client/client/python_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies:
- torch==2.2.1
- torchvision==0.17.1
- fire==0.3.1
- fedn[flower]==0.9.0b2
- fedn[flower]==0.9.0
- flwr-datasets[vision]==0.1.0
2 changes: 1 addition & 1 deletion examples/mnist-keras/client/python_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ build_dependencies:
dependencies:
- tensorflow==2.13.1
- fire==0.3.1
- fedn==0.9.0b2
- fedn==0.9.0
2 changes: 1 addition & 1 deletion examples/mnist-pytorch/client/python_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ build_dependencies:
dependencies:
- torch==2.2.1
- torchvision==0.17.1
- fedn==0.9.0b2
- fedn==0.9.0

0 comments on commit 13657cd

Please sign in to comment.