From 0ecf0f0975fb7006435b3dc6c912c224df3a9fe6 Mon Sep 17 00:00:00 2001 From: Adam Narozniak <51029327+adam-narozniak@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:10:22 +0100 Subject: [PATCH] refactor(framework) Update flwr version in quickstart hf (#4741) --- examples/quickstart-huggingface/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quickstart-huggingface/pyproject.toml b/examples/quickstart-huggingface/pyproject.toml index f13c48d96cae..6d4b012483d2 100644 --- a/examples/quickstart-huggingface/pyproject.toml +++ b/examples/quickstart-huggingface/pyproject.toml @@ -12,7 +12,7 @@ authors = [ { name = "Kaushik Amar Das", email = "kaushik.das@iiitg.ac.in" }, ] 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",