Skip to content

Commit

Permalink
langchain[patch]: contributing test guide update (#13993)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Nov 28, 2023
1 parent 95a472a commit 8b9dc5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Expand Up @@ -214,6 +214,10 @@ ignore-words-list = 'momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy

Langchain relies heavily on optional dependencies to keep the Langchain package lightweight.

You only need to add a new dependency if a **unit test** relies on the package.
If your package is only required for **integration tests**, then you can skip these
steps and leave all pyproject.toml and poetry.lock files alone.

If you're adding a new dependency to Langchain, assume that it will be an optional dependency, and
that most users won't have it installed.

Expand Down

0 comments on commit 8b9dc5e

Please sign in to comment.