Skip to content

Commit

Permalink
refactor(framework) Update flwr version in quickstart hf (#4741)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak authored Dec 18, 2024
1 parent eac7696 commit 0ecf0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickstart-huggingface/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
{ name = "Kaushik Amar Das", email = "[email protected]" },
]
dependencies = [
"flwr[simulation]==1.12.0",
"flwr[simulation]>=1.13.1",
"flwr-datasets>=0.3.0",
"torch==2.4.0",
"transformers>=4.30.0,<5.0",
Expand Down

0 comments on commit 0ecf0f0

Please sign in to comment.