diff --git a/examples/app-pytorch/pyproject.toml b/examples/app-pytorch/pyproject.toml index e47dd2db949d..67a956fc083e 100644 --- a/examples/app-pytorch/pyproject.toml +++ b/examples/app-pytorch/pyproject.toml @@ -11,7 +11,7 @@ authors = ["The Flower Authors "] [tool.poetry.dependencies] python = "^3.8" # Mandatory dependencies -flwr-nightly = { version = "1.8.0.dev20240309", extras = ["simulation"] } +flwr = { version = "1.8.0", extras = ["simulation"] } flwr-datasets = { version = "0.0.2", extras = ["vision"] } torch = "2.2.1" torchvision = "0.17.1" diff --git a/examples/app-pytorch/requirements.txt b/examples/app-pytorch/requirements.txt index 016a84043cbe..170d1cabafbe 100644 --- a/examples/app-pytorch/requirements.txt +++ b/examples/app-pytorch/requirements.txt @@ -1,4 +1,4 @@ -flwr-nightly[simulation]==1.8.0.dev20240309 +flwr[simulation]==1.8.0 flwr-datasets[vision]==0.0.2 torch==2.2.1 torchvision==0.17.1 diff --git a/examples/app-secure-aggregation/pyproject.toml b/examples/app-secure-aggregation/pyproject.toml index 84b6502064c8..5a1cf3c2f26e 100644 --- a/examples/app-secure-aggregation/pyproject.toml +++ b/examples/app-secure-aggregation/pyproject.toml @@ -11,4 +11,4 @@ authors = ["The Flower Authors "] [tool.poetry.dependencies] python = "^3.8" # Mandatory dependencies -flwr-nightly = { version = "1.8.0.dev20240309", extras = ["simulation"] } +flwr = { version = "1.8.0", extras = ["simulation"] } diff --git a/examples/app-secure-aggregation/requirements.txt b/examples/app-secure-aggregation/requirements.txt index 5bac63a0d44c..780aea8ab8fb 100644 --- a/examples/app-secure-aggregation/requirements.txt +++ b/examples/app-secure-aggregation/requirements.txt @@ -1 +1 @@ -flwr-nightly[simulation]==1.8.0.dev20240309 +flwr[simulation]==1.8.0 diff --git a/examples/fl-dp-sa/pyproject.toml b/examples/fl-dp-sa/pyproject.toml index d30fa4675e34..c6ef6815b136 100644 --- a/examples/fl-dp-sa/pyproject.toml +++ b/examples/fl-dp-sa/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" # Mandatory dependencies -flwr-nightly = { version = "1.8.0.dev20240313", extras = ["simulation"] } +flwr = { version = "1.8.0", extras = ["simulation"] } flwr-datasets = { version = "0.0.2", extras = ["vision"] } torch = "2.2.1" torchvision = "0.17.1" diff --git a/examples/fl-dp-sa/requirements.txt b/examples/fl-dp-sa/requirements.txt index ddb8a814447b..170d1cabafbe 100644 --- a/examples/fl-dp-sa/requirements.txt +++ b/examples/fl-dp-sa/requirements.txt @@ -1,4 +1,4 @@ -flwr-nightly[simulation]==1.8.0.dev20240313 +flwr[simulation]==1.8.0 flwr-datasets[vision]==0.0.2 torch==2.2.1 torchvision==0.17.1