From b414124bdd6a44403c06d52069be450cf191de08 Mon Sep 17 00:00:00 2001 From: Huong DO MAI <huong.do-mai@irit.fr> Date: Tue, 18 Feb 2025 13:26:45 +0000 Subject: [PATCH] Edit README.md -- remove FL package install (GPU too conflict with auto installing) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef74547..fa82163 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This framework requires: ```bash pip install -r requirements.txt ``` -*Note:* `requirements.txt` includes `TensorFlow`, `scikit-learn` and `numpy` for running the provided Flower example. These packages requirement will be removed in official version. +*Note:* You also need to install `tensorflow`, `tensorflow-datasets` `scikit-learn` and `numpy` if you want to run the provided Flower example. Navigate to `Run` directory: -- GitLab