Skip to content

Commit

Permalink
Merge branch 'master' into update_base_tree_sitter_swift_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ketkarameya authored Sep 11, 2023
2 parents e36957a + 03201fe commit b62cea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experimental/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tree-sitter==0.20.2
tree-sitter==0.20.1
tree-sitter-languages
attrs
openai
Expand Down
2 changes: 1 addition & 1 deletion experimental/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"tree-sitter",
"tree-sitter==0.20.1",
"tree-sitter-languages",
"attrs",
"openai",
Expand Down

0 comments on commit b62cea1

Please sign in to comment.