Skip to content

Commit

Permalink
move tree_sitter_languages into data_requirements.txt (run-llama#7955)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhdesai authored Oct 3, 2023
1 parent f08c46c commit 4675ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ vellum-ai==0.0.15

# elasticsearch
elasticsearch==8.9.0

tree_sitter_languages
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"beautifulsoup4", # hotfix for langchain 0.0.212 bug
"nest_asyncio",
"nltk",
"tree_sitter_languages",
]

setup(
Expand Down

0 comments on commit 4675ca6

Please sign in to comment.