From 8ced2e8933fbde57c14d40acd05ee80fc72919f9 Mon Sep 17 00:00:00 2001 From: zhaoweiguo Date: Thu, 31 Oct 2024 15:20:13 +0800 Subject: [PATCH] Update requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新对tree_sitter_python和tree_sitter的依赖 --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5344ffb8c..36cf4350e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -81,4 +81,6 @@ volcengine-python-sdk[ark]~=1.0.94 # Solution for installation error in Windows: gymnasium==0.29.1 boto3~=1.34.69 spark_ai_python~=0.3.30 -agentops \ No newline at end of file +agentops +tree_sitter~=0.23.2 +tree_sitter_python~=0.23.2