From 7ec37575de930ea807876aba5d81a87249b62e84 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 23 Jul 2024 13:29:43 -0700 Subject: [PATCH] Update setup.md --- docs/docs/cloud/deployment/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/cloud/deployment/setup.md b/docs/docs/cloud/deployment/setup.md index dff3bdbb8..0ab7900d0 100644 --- a/docs/docs/cloud/deployment/setup.md +++ b/docs/docs/cloud/deployment/setup.md @@ -19,7 +19,7 @@ After each step, an example file directory is provided to demonstrate how code c Dependencies can optionally be specified in one of the following files: `pyproject.toml`, `setup.py`, or `requirements.txt`. If none of these files is created, then dependencies can be specified later in the [LangGraph API configuration file](#create-langgraph-api-config). -Constraints: +The dependencies below will be included in the image, you can also use them in your code, as long as with a compatible version range: ``` langgraph>=0.1.7 langchain-core>=0.2.7 @@ -139,4 +139,4 @@ To deploy the LangGraph application to LangGraph Cloud, the code must be uploade ## Next -After you setup your repo, it's time to [deploy your app](./cloud.md). \ No newline at end of file +After you setup your repo, it's time to [deploy your app](./cloud.md).