Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Prithvi Kannan <[email protected]>
  • Loading branch information
prithvikannan committed Oct 30, 2024
1 parent 3ed5fcf commit ead250d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ pip install -e ".[dev]"
pip install -r requirements/lint-requirements.txt
```

If you are working with integration packages install them as well

```sh
pip install -e "integrations/langchain[dev]"
```

## Publishing to PyPI

Note: this section is for maitainers only.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies = [
"databricks-sdk>=0.34.0",
"pandas",
"tiktoken>=0.8.0",
"tabulate",
]

[project.license]
Expand Down

0 comments on commit ead250d

Please sign in to comment.