Skip to content
Snippets Groups Projects
Unverified Commit e83078fe authored by shuo-sl's avatar shuo-sl Committed by GitHub
Browse files

Add missing dependency of tree_sitter_languages and update the CONTRIBUTING.md...

Add missing dependency of tree_sitter_languages and update the CONTRIBUTING.md to install data_requirements (#7870)
parent c21f83af
No related branches found
No related tags found
No related merge requests found
......@@ -317,6 +317,7 @@ For bigger changes, you'll want to create a unit test. Our tests are in the `tes
We use `pytest` for unit testing. To run all unit tests, run the following in the root dir:
```bash
pip install -r data_requirements.txt
pytest tests
```
......
......@@ -29,6 +29,7 @@ install_requires = [
"beautifulsoup4", # hotfix for langchain 0.0.212 bug
"nest_asyncio",
"nltk",
"tree_sitter_languages",
]
setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment