From fd525cec88147eeacbe9a64c77d04d616e437331 Mon Sep 17 00:00:00 2001 From: chancejohnstone Date: Sun, 20 Oct 2024 12:54:45 -0400 Subject: [PATCH] dependencies --- baselines/fedht/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/baselines/fedht/pyproject.toml b/baselines/fedht/pyproject.toml index 60e747687a01..0f1cbef7cef4 100644 --- a/baselines/fedht/pyproject.toml +++ b/baselines/fedht/pyproject.toml @@ -15,13 +15,13 @@ documentation = "https://flower.ai" [tool.poetry.dependencies] python = ">=3.10.0, <3.11.0" -flwr = { extras = ["simulation"], version = ">1.11.0" } -flwr-datasets = { extras = ["vision"], version = ">0.3.0" } +flwr = { extras = ["simulation"], version = ">=1.11.0" } +flwr-datasets = { extras = ["vision"], version = ">=0.3.0" } scikit-learn =">=1.1.1" -matplotlib = ">3.9.2" +matplotlib = ">=3.9.2" hydra-core = "1.3.2" -torch = ">2.4.1" -torchvision = ">0.19.1" +torch = ">=2.4.1" +torchvision = ">=0.19.1" numpy = ">=1.21.0, <2.0.0" [tool.poetry.dev-dependencies]