Skip to content

Commit

Permalink
# Please enter the commit message for your changes. Lines starting
Browse files Browse the repository at this point in the history
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch dev/v0.0.9
# Changes to be committed:
#	modified:   requirements.txt
#
Update `requirements`
- Current version of `codetext` can only work with `tree-sitter==0.20.4`
- Replace current language builders with `tree_sitter_languages==1.10.2`
  • Loading branch information
minhna1112 committed Jul 1, 2024
1 parent 7944977 commit ced3bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# for preprocessing
tree-sitter
tree-sitter==0.20.4
tabulate
Levenshtein
langdetect
bs4
tree_sitter_languages==1.10.2

0 comments on commit ced3bf6

Please sign in to comment.