From 7316b4a1b3b31cf2b32c61d08c00de1e63577d5f Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Fri, 27 Sep 2024 08:27:22 +0800 Subject: [PATCH] doc: correct the requirements Signed-off-by: Frost Ming --- docs/source/guides/build-options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/build-options.rst b/docs/source/guides/build-options.rst index eb279cb118e..53df9765bf5 100644 --- a/docs/source/guides/build-options.rst +++ b/docs/source/guides/build-options.rst @@ -162,7 +162,7 @@ BentoML will lock the versions of all Python packages for the current platform a - "numpy" - "matplotlib==3.5.1" - "package>=0.2,<0.3" - - "torchvision==0.9.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu" + - "torchvision==0.9.2" - "git+https://github.com/username/mylib.git@main" .. note::