From bbed0f1690c9da7f6768bad38365ab79120f87f0 Mon Sep 17 00:00:00 2001 From: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:39:55 +0100 Subject: [PATCH] fix-docs (#3099) --- 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 ```