Skip to content

Commit

Permalink
Updated versions in python_env in all projects to >0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Jun 5, 2024
1 parent 210416b commit 5cca9bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.0
- fedn>0.9.4
4 changes: 2 additions & 2 deletions 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.0
- fedn>0.9.4
- transformers==4.39.3
- datasets==2.19.0
- datasets==2.19.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.0
- fedn>0.9.4
4 changes: 2 additions & 2 deletions examples/mnist-keras/client/python_env_macosx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ build_dependencies:
- wheel==0.37.1
dependencies:
- tensorflow-macos
- tensorflow-metal
- tensorflow-metal
- fire==0.3.1
- fedn==0.9.0b2
- fedn>0.9.4
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.0
- fedn>0.9.4

0 comments on commit 5cca9bc

Please sign in to comment.