File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,19 @@ dependencies = [
35
35
" ollama~=0.4.8" ,
36
36
" qianfan~=0.3.18" ,
37
37
" retry~=0.9.2" ,
38
- " tiktoken> =0.7.0" ,
38
+ " tiktoken~ =0.7.0" ,
39
39
" nltk~=3.9.1" ,
40
- " gradio>5.0 .0" ,
41
- " jieba> =0.42.1" ,
40
+ " gradio~=5.20 .0" ,
41
+ " jieba~ =0.42.1" ,
42
42
" numpy~=1.24.4" ,
43
43
" python-docx~=1.1.2" ,
44
44
" langchain-text-splitters~=0.2.2" ,
45
45
" faiss-cpu~=1.8.0" ,
46
- " python-dotenv> =1.0.1" ,
46
+ " python-dotenv~ =1.0.1" ,
47
47
" pyarrow~=17.0.0" ,
48
48
" pandas<2.2.2" ,
49
49
" openpyxl~=3.1.5" ,
50
+ " pydantic~=2.10.6" ,
50
51
" pydantic-settings~=2.6.1" ,
51
52
" decorator~=5.1.1" ,
52
53
" requests~=2.32.0" ,
@@ -55,7 +56,7 @@ dependencies = [
55
56
" rich~=13.9.4" ,
56
57
" apscheduler~=3.10.4" ,
57
58
" litellm~=1.61.13" ,
58
- " hugegraph-python-client"
59
+ " hugegraph-python-client" ,
59
60
]
60
61
[project .urls ]
61
62
homepage = " https://hugegraph.apache.org/"
You can’t perform that action at this time.
0 commit comments