Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion baselines/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author = "The Flower Authors"

# The full version, including alpha/beta/rc tags
release = "1.26.0"
release = "1.27.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced-pytorch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with PyTorch and Flower (Advanced Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch>=2.8.0",
"torchvision>=0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced-tensorflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with Tensorflow/Keras and Flower (Advanced Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"tensorflow-cpu>=2.9.1, != 2.11.1 ; platform_machine == \"x86_64\"",
"tensorflow-macos>=2.9.1, != 2.11.1 ; sys_platform == \"darwin\" and platform_machine == \"arm64\"",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-pytorch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = ""
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-mods/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Custom Flower Mods in Flower Apps"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch>=2.8.0",
"torchvision>=0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = "The Flower Authors"

# The full version, including alpha/beta/rc tags
release = "1.26.0"
release = "1.27.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/embedded-devices/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated AI with Embedded Devices using Flower"
license = "Apache-2.0"
dependencies = [
"flwr>=1.25.0",
"flwr>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/federated-kaplan-meier-fitter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Kaplan Meier Fitter with Flower"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"numpy>=1.23.2",
"pandas>=2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/fedrag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = ""
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"numpy>=1.26.0,<2",
"faiss-cpu>=1.10.0",
"tqdm>=4.67",
Expand Down
2 changes: 1 addition & 1 deletion examples/fl-dp-sa/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Central Differential Privacy and Secure Aggregation in Flower"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/fl-tabular/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Adult Census Income Tabular Dataset and Federated Learning in Flower"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"torch==2.8.0",
"scikit-learn==1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/flower-authentication/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with PyTorch and authenticated Flower "
license = "Apache-2.0"
dependencies = [
"flwr>=1.25.0",
"flwr>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch>=2.8.0",
"torchvision>=0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/flower-secure-aggregation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Secure Aggregation in Flower"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = ""
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/flowertune-llm-code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Base App for the Code challenge in the FlowerTune LLM Leaderboard
license = "Apache-2.0"
# Dependencies for your Flower App
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"torch==2.9.1",
"trl==0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/flowertune-llm-finance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Base App for the Finance challenge in the FlowerTune LLM Leaderbo
license = "Apache-2.0"
# Dependencies for your Flower App
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"torch==2.9.1",
"trl==0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/flowertune-llm-general-nlp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Base App for the General NLP challenge in the FlowerTune LLM Lead
license = "Apache-2.0"
# Dependencies for your Flower App
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"torch==2.9.1",
"trl==0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/flowertune-llm-medical/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Base App for the Medical challenge in the FlowerTune LLM Leaderbo
license = "Apache-2.0"
# Dependencies for your Flower App
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"torch==2.9.1",
"trl==0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/flowertune-llm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "FlowerTune LLM: Federated LLM Fine-tuning with Flower"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"torch==2.8.0",
"trl==0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/flowertune-vit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Finetuning of a Vision Transformer with Flower"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/opacus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Sample-level Differential Privacy with Opacus in Flower"

dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Variational Autoencoder Example with PyTorch and Flower"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"hf_transfer==0.1.9",
"torch==2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-catboost/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with CatBoost and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"catboost==1.2.8",
]
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-fastai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with Fastai and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"fastai==2.8.4",
"torch==2.8.0",
Expand Down
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 = "kaushik.das@iiitg.ac.in" },
]
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"torch==2.8.0",
"transformers>=4.30.0,<5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-jax/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with JAX and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"datasets>=2.21.0,<=3.1.0",
"jax==0.4.31",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-lerobot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = [
]

dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"transformers>=4.30.0,<5.0",
"lerobot[pusht] @ git+https://github.com/huggingface/lerobot.git@96c7052777aca85d4e55dfba8f81586103ba8f61",
"flwr-datasets>=0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-mlx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with MLX and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"mlx==0.29.4",
]
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-monai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with MONAI and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"monai==1.5.2",
"filelock==3.20.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-numpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Federated Learning with Numpy and Flower (Quickstart Example)"
license = "Apache-2.0"
# Dependencies for your Flower App
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"numpy>=2.0.2",
]

Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-pandas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
{ name = "Ragy Haddad", email = "ragy202@gmail.com" },
]
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"numpy>=2.0.2",
"pandas==2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-pennylane/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [
{ name = "Alan Yi", email = "yi161@purdue.edu" }
]
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-pytorch-deprecated/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = ""
license = "Apache-2.0"
# Dependencies for your Flower App
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-pytorch-lightning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with PyTorch Lightning and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"pytorch-lightning==2.5.5",
"torch==2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-pytorch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with PyTorch and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"torch==2.8.0",
"torchvision==0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-sklearn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with scikit-learn and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"scikit-learn>=1.6.1",
]
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-tensorflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with Tensorflow/Keras and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[vision]>=0.5.0",
"tensorflow>=2.9.1, != 2.11.1 ; (platform_machine == \"x86_64\" or platform_machine == \"aarch64\")",
"tensorflow-macos>=2.9.1, != 2.11.1 ; sys_platform == \"darwin\" and platform_machine == \"arm64\"",
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-xgboost/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with XGBoost and Flower (Quickstart Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"xgboost>=2.0.0",
]
Expand Down
2 changes: 1 addition & 1 deletion examples/vertical-fl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "PyTorch Vertical FL with Flower"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"pandas==2.3.3",
"numpy>=1.26.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/whisper-federated-finetuning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "On-device Federated Finetuning for Speech Classification"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets[audio]>=0.5.0",
"transformers>=4.53.0",
"torch==2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/xgboost-comprehensive/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
description = "Federated Learning with XGBoost and Flower (Comprehensive Example)"
license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.25.0",
"flwr[simulation]>=1.26.0",
"flwr-datasets>=0.5.0",
"xgboost>=2.0.0",
]
Expand Down
Loading