From f6fe8f7f70cf4a37828caa9ce8538e20c3cf6f7d Mon Sep 17 00:00:00 2001 From: Rashida Kanchwala Date: Fri, 29 Sep 2023 15:21:31 +0100 Subject: [PATCH] fix-docs Signed-off-by: Rashida Kanchwala --- docs/source/visualisation/share_kedro_viz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/visualisation/share_kedro_viz.md b/docs/source/visualisation/share_kedro_viz.md index 8fb631b280..85a1a5b520 100644 --- a/docs/source/visualisation/share_kedro_viz.md +++ b/docs/source/visualisation/share_kedro_viz.md @@ -20,12 +20,12 @@ When your project is ready, navigate to the root directory of the project. ## Update and install the dependencies -Kedro-Viz requires specific minimum versions of `fsspec` and `kedro` to publish your project. +Kedro-Viz requires specific minimum versions of `fsspec[s3]`, and `kedro` to publish your project. You can ensure you have these correct versions by updating the `requirements.txt` file in the `src` folder of the Kedro project to the following: ```text -fsspec>=2023.9.0 +fsspec[s3]>=2023.9.0 kedro>=0.18.2 ```