Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Jun 5, 2024
1 parent c94ff31 commit e077165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/FedSimSiam/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.0
- torchvision==0.17.0
- fedn>0.9.4
- fedn==0.9.0
2 changes: 1 addition & 1 deletion examples/huggingface/client/python_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ build_dependencies:
dependencies:
- torch==2.2.1
- torchvision==0.17.1
- fedn>0.9.4
- fedn==0.9.0
- transformers==4.39.3
- datasets==2.19.0
4 changes: 2 additions & 2 deletions examples/mnist-pytorch/client/python_env.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: mnist-pytorch
build_dependencies:
- pip
- setuptools==70.0.0
- wheel==0.43.0
- setuptools
- wheel
dependencies:
- torch==2.3.1
- torchvision==0.18.1
Expand Down

0 comments on commit e077165

Please sign in to comment.