DouDou commited on
Commit
80f6a63
·
verified ·
1 Parent(s): 1ad6225

Upload data1/pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. data1/pyproject.toml +26 -0
data1/pyproject.toml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "agent"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = "==3.11.13"
7
+ dependencies = [
8
+ "loguru==0.7.3",
9
+ "openai==1.108.0",
10
+ "python-dotenv==1.1.1",
11
+ "tree-sitter==0.25.2",
12
+ "tree-sitter-c==0.24.1",
13
+ "tree-sitter-rust==0.24.0",
14
+ "langchain==0.3.27",
15
+ "langchain-community==0.3.29",
16
+ "langchain-core==0.3.76",
17
+ "langchain-openai==0.3.33",
18
+ "ipykernel==7.0.1",
19
+ "pandas==2.3.3",
20
+ "datasets==4.4.1"
21
+ ]
22
+
23
+ [tool.uv.workspace]
24
+ members = [
25
+ "3.11.13",
26
+ ]